diff options
Diffstat (limited to 'src/pkg/syscall/zsysnum_darwin_amd64.go')
| -rw-r--r-- | src/pkg/syscall/zsysnum_darwin_amd64.go | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/pkg/syscall/zsysnum_darwin_amd64.go b/src/pkg/syscall/zsysnum_darwin_amd64.go index 78ae19414..c1cfbd4fc 100644 --- a/src/pkg/syscall/zsysnum_darwin_amd64.go +++ b/src/pkg/syscall/zsysnum_darwin_amd64.go @@ -163,7 +163,7 @@ const ( SYS_FUTIMES = 139; // { int futimes(int fd, struct timeval *tptr); } SYS_ADJTIME = 140; // { int adjtime(struct timeval *delta, struct timeval *olddelta); } // SYS_NOSYS = 141; // { int nosys(void); } { old getpeername } - SYS_GETHOSTUUID = 142; // { int gethostuuid(unsigned char *uuid_buf, const struct timespec *timeoutp); } + SYS_GETHOSTUUID = 142; // { int gethostuuid(unsigned char *uuid_buf, const struct timespec *timeoutp); } // SYS_NOSYS = 143; // { int nosys(void); } { old sethostid } // SYS_NOSYS = 144; // { int nosys(void); } { old getrlimit } // SYS_NOSYS = 145; // { int nosys(void); } { old setrlimit } @@ -215,19 +215,19 @@ const ( SYS_PATHCONF = 191; // { int pathconf(char *path, int name); } SYS_FPATHCONF = 192; // { int fpathconf(int fd, int name); } // SYS_NOSYS = 193; // { int nosys(void); } - SYS_GETRLIMIT = 194; // { int getrlimit(u_int which, struct rlimit *rlp); } - SYS_SETRLIMIT = 195; // { int setrlimit(u_int which, struct rlimit *rlp); } - SYS_GETDIRENTRIES = 196; // { int getdirentries(int fd, char *buf, u_int count, long *basep); } - SYS_MMAP = 197; // { user_addr_t mmap(caddr_t addr, size_t len, int prot, int flags, int fd, off_t pos); } + SYS_GETRLIMIT = 194; // { int getrlimit(u_int which, struct rlimit *rlp); } + SYS_SETRLIMIT = 195; // { int setrlimit(u_int which, struct rlimit *rlp); } + SYS_GETDIRENTRIES = 196; // { int getdirentries(int fd, char *buf, u_int count, long *basep); } + SYS_MMAP = 197; // { user_addr_t mmap(caddr_t addr, size_t len, int prot, int flags, int fd, off_t pos); } // SYS_NOSYS = 198; // { int nosys(void); } { __syscall } - SYS_LSEEK = 199; // { off_t lseek(int fd, off_t offset, int whence); } - SYS_TRUNCATE = 200; // { int truncate(char *path, off_t length); } - SYS_FTRUNCATE = 201; // { int ftruncate(int fd, off_t length); } - SYS___SYSCTL = 202; // { int __sysctl(int *name, u_int namelen, void *old, size_t *oldlenp, void *new, size_t newlen); } - SYS_MLOCK = 203; // { int mlock(caddr_t addr, size_t len); } - SYS_MUNLOCK = 204; // { int munlock(caddr_t addr, size_t len); } - SYS_UNDELETE = 205; // { int undelete(user_addr_t path); } - SYS_ATSOCKET = 206; // { int ATsocket(int proto); } + SYS_LSEEK = 199; // { off_t lseek(int fd, off_t offset, int whence); } + SYS_TRUNCATE = 200; // { int truncate(char *path, off_t length); } + SYS_FTRUNCATE = 201; // { int ftruncate(int fd, off_t length); } + SYS___SYSCTL = 202; // { int __sysctl(int *name, u_int namelen, void *old, size_t *oldlenp, void *new, size_t newlen); } + SYS_MLOCK = 203; // { int mlock(caddr_t addr, size_t len); } + SYS_MUNLOCK = 204; // { int munlock(caddr_t addr, size_t len); } + SYS_UNDELETE = 205; // { int undelete(user_addr_t path); } + SYS_ATSOCKET = 206; // { int ATsocket(int proto); } // SYS_NOSYS = 213; // { int nosys(void); } { Reserved for AppleTalk } // SYS_NOSYS = 206; // { int nosys(void); } // SYS_NOSYS = 207; // { int nosys(void); } |
