diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2000-12-02 05:41:30 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2000-12-02 05:41:30 +0000 |
| commit | 86360fee54c8a5e15a26d969748732f127e82def (patch) | |
| tree | 4902158e3b0b6f4c32260e722ceed48a40fd0012 /sys/kern/syscalls.master | |
| parent | b852b893a3461eb15b674d32f92797189b63038f (diff) | |
Notes
Diffstat (limited to 'sys/kern/syscalls.master')
| -rw-r--r-- | sys/kern/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 9a33b8a431b4b..2c54df2e539bb 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -461,8 +461,8 @@ 319 STD BSD { int aio_write(struct aiocb *aiocbp); } 320 STD BSD { int lio_listio(int mode, struct aiocb * const *acb_list, int nent, struct sigevent *sig); } 321 STD BSD { int yield(void); } -322 STD BSD { int thr_sleep(const struct timespec *timeout); } -323 STD BSD { int thr_wakeup(pid_t pid); } +322 OBSOL NOHIDE thr_sleep +323 OBSOL NOHIDE thr_wakeup 324 STD BSD { int mlockall(int how); } 325 STD BSD { int munlockall(void); } 326 STD BSD { int __getcwd(u_char *buf, u_int buflen); } |
