diff options
author | Ken Thompson <ken@golang.org> | 2008-12-09 18:31:31 -0800 |
---|---|---|
committer | Ken Thompson <ken@golang.org> | 2008-12-09 18:31:31 -0800 |
commit | 7b49369e7f649aa3180bda486047534e00b5e070 (patch) | |
tree | 2cbe150e0fe5866607d57870610564e2d7e4d075 /src/lib/syscall/syscall_amd64_darwin.go | |
parent | 393ff17ad71b8015423dcbffb97e4e93f530a8db (diff) | |
download | golang-7b49369e7f649aa3180bda486047534e00b5e070.tar.gz |
bug126
R=r
OCL=20879
CL=20879
Diffstat (limited to 'src/lib/syscall/syscall_amd64_darwin.go')
-rw-r--r-- | src/lib/syscall/syscall_amd64_darwin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/syscall/syscall_amd64_darwin.go b/src/lib/syscall/syscall_amd64_darwin.go index 76d1c46a6..c3f72d857 100644 --- a/src/lib/syscall/syscall_amd64_darwin.go +++ b/src/lib/syscall/syscall_amd64_darwin.go @@ -339,7 +339,7 @@ export const ( // SYS_NOSYS = 296; // { int nosys(void); } { old load_shared_file } // SYS_NOSYS = 297; // { int nosys(void); } { old reset_shared_file } // SYS_NOSYS = 298; // { int nosys(void); } { old new_system_shared_regions } - SYS_ENOSYS = 299; // { int enosys(void); } { old shared_region_map_file_np } + // SYS_ENOSYS = 299; // { int enosys(void); } { old shared_region_map_file_np } SYS_ENOSYS = 300; // { int enosys(void); } { old shared_region_make_private_np } SYS___PTHREAD_MUTEX_DESTROY = 301; // { int __pthread_mutex_destroy(int mutexid); } SYS___PTHREAD_MUTEX_INIT = 302; // { int __pthread_mutex_init(user_addr_t mutex, user_addr_t attr); } |