diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2003-04-01 01:15:56 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2003-04-01 01:15:56 +0000 |
| commit | a0704f9de9b70eab942b67914916c10c95fba703 (patch) | |
| tree | 8e4b2bab612ef1a70fa1392cf86a6223f1499c58 | |
| parent | 404c3ad4714a75d58984acd376bf0d9bb6e79ec2 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/ia32/syscalls.master | 8 | ||||
| -rw-r--r-- | sys/compat/freebsd32/syscalls.master | 8 | ||||
| -rw-r--r-- | sys/ia64/ia32/syscalls.master | 8 |
3 files changed, 24 insertions, 0 deletions
diff --git a/sys/amd64/ia32/syscalls.master b/sys/amd64/ia32/syscalls.master index e928405e2577..48ce6cf76de2 100644 --- a/sys/amd64/ia32/syscalls.master +++ b/sys/amd64/ia32/syscalls.master @@ -600,3 +600,11 @@ 427 UNIMPL BSD __acl_delete_link 428 UNIMPL BSD __acl_aclcheck_link 429 UNIMPL NOHIDE sigwait +430 STD BSD { int thr_create(ucontext_t *ctx, thr_id_t *id, + int flag s); } +431 STD BSD { void thr_exit(void); } +432 STD BSD { int thr_self(thr_id_t *id); } +433 STD BSD { int thr_kill(thr_id_t id, int sig); } +434 MSTD BSD { int _umtx_lock(struct umtx *umtx); } +435 MSTD BSD { int _umtx_unlock(struct umtx *umtx); } + diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index e928405e2577..48ce6cf76de2 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -600,3 +600,11 @@ 427 UNIMPL BSD __acl_delete_link 428 UNIMPL BSD __acl_aclcheck_link 429 UNIMPL NOHIDE sigwait +430 STD BSD { int thr_create(ucontext_t *ctx, thr_id_t *id, + int flag s); } +431 STD BSD { void thr_exit(void); } +432 STD BSD { int thr_self(thr_id_t *id); } +433 STD BSD { int thr_kill(thr_id_t id, int sig); } +434 MSTD BSD { int _umtx_lock(struct umtx *umtx); } +435 MSTD BSD { int _umtx_unlock(struct umtx *umtx); } + diff --git a/sys/ia64/ia32/syscalls.master b/sys/ia64/ia32/syscalls.master index e928405e2577..48ce6cf76de2 100644 --- a/sys/ia64/ia32/syscalls.master +++ b/sys/ia64/ia32/syscalls.master @@ -600,3 +600,11 @@ 427 UNIMPL BSD __acl_delete_link 428 UNIMPL BSD __acl_aclcheck_link 429 UNIMPL NOHIDE sigwait +430 STD BSD { int thr_create(ucontext_t *ctx, thr_id_t *id, + int flag s); } +431 STD BSD { void thr_exit(void); } +432 STD BSD { int thr_self(thr_id_t *id); } +433 STD BSD { int thr_kill(thr_id_t id, int sig); } +434 MSTD BSD { int _umtx_lock(struct umtx *umtx); } +435 MSTD BSD { int _umtx_unlock(struct umtx *umtx); } + |
