basis: whitespace commit

modern-harvey3
Doug Coleman 2019-10-28 19:14:30 -05:00
parent 6e1c2ecc6c
commit dc1cb5b7d1
16 changed files with 44 additions and 54 deletions

View File

@ -4,4 +4,3 @@ IN: bit-vectors.prettyprint
M: bit-vector >pprint-sequence ; M: bit-vector >pprint-sequence ;
M: bit-vector pprint-delims drop \ \?V{ \ \} ; M: bit-vector pprint-delims drop \ \?V{ \ \} ;
M: bit-vector pprint* pprint-object ; M: bit-vector pprint* pprint-object ;

View File

@ -82,5 +82,3 @@ CONSTANT: AI_PASSIVE 1
CONSTANT: SEEK_SET 0 CONSTANT: SEEK_SET 0
CONSTANT: SEEK_CUR 1 CONSTANT: SEEK_CUR 1
CONSTANT: SEEK_END 2 CONSTANT: SEEK_END 2

View File

@ -49,4 +49,3 @@ CONSTANT: SO_SNDTIMEO 0x1005
CONSTANT: SO_RCVTIMEO 0x1006 CONSTANT: SO_RCVTIMEO 0x1006
CONSTANT: SO_ERROR 0x1007 CONSTANT: SO_ERROR 0x1007
CONSTANT: SO_TYPE 0x1008 CONSTANT: SO_TYPE 0x1008

View File

@ -28,4 +28,3 @@ CONSTANT: EVFILT_USER -11 ! user events
CONSTANT: EVFILT_SENDFILE -12 ! attached to sendfile requests CONSTANT: EVFILT_SENDFILE -12 ! attached to sendfile requests
CONSTANT: EVFILT_EMPTY -13 ! empty send socket buf CONSTANT: EVFILT_EMPTY -13 ! empty send socket buf
CONSTANT: EVFILT_SYSCOUNT 13 CONSTANT: EVFILT_SYSCOUNT 13

View File

@ -30,4 +30,3 @@ STRUCT: stat
FUNCTION-ALIAS: stat-func int stat ( c-string pathname, stat* buf ) FUNCTION-ALIAS: stat-func int stat ( c-string pathname, stat* buf )
FUNCTION: int lstat ( c-string pathname, stat* buf ) FUNCTION: int lstat ( c-string pathname, stat* buf )
FUNCTION: int fstat ( int fd, stat* buf ) FUNCTION: int fstat ( int fd, stat* buf )

View File

@ -34,4 +34,3 @@ STRUCT: statfs
FUNCTION-ALIAS: statfs-func int statfs ( c-string path, statfs* buf ) FUNCTION-ALIAS: statfs-func int statfs ( c-string path, statfs* buf )
CONSTANT: MNT_WAIT 1 ! synchronously wait for I/O to complete CONSTANT: MNT_WAIT 1 ! synchronously wait for I/O to complete
CONSTANT: MNT_NOWAIT 2 ! start all I/O, but do not wait for it CONSTANT: MNT_NOWAIT 2 ! start all I/O, but do not wait for it

View File

@ -21,4 +21,3 @@ CONSTANT: ST_RDONLY 1 ! Read-only file system
CONSTANT: ST_NOSUID 2 ! Does not honor setuid/setgid CONSTANT: ST_NOSUID 2 ! Does not honor setuid/setgid
FUNCTION-ALIAS: statvfs-func int statvfs ( c-string path, statvfs* buf ) FUNCTION-ALIAS: statvfs-func int statvfs ( c-string path, statvfs* buf )

View File

@ -22,4 +22,3 @@ TYPEDEF: int pid_t
TYPEDEF: long time_t TYPEDEF: long time_t
TYPEDEF: __uint64_t fsblkcnt_t TYPEDEF: __uint64_t fsblkcnt_t
TYPEDEF: __uint64_t fsfilcnt_t TYPEDEF: __uint64_t fsfilcnt_t

View File

@ -427,4 +427,3 @@ MACOS>
: with-dns-servers ( servers quot -- ) : with-dns-servers ( servers quot -- )
[ dns-servers ] dip with-variable ; inline [ dns-servers ] dip with-variable ; inline