From d46b3412dcf70a24a9b2a29c5f1433a93a44a74b Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 24 Apr 2003 20:49:46 +0000 Subject: [PATCH] Fix the thr_create() entry by adding a trailing \. Also, sync up the MP safe flag for thr_* with the main table. --- sys/amd64/ia32/syscalls.master | 8 ++++---- sys/compat/freebsd32/syscalls.master | 8 ++++---- sys/ia64/ia32/syscalls.master | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/sys/amd64/ia32/syscalls.master b/sys/amd64/ia32/syscalls.master index e46237744c98..1e9e498d939d 100644 --- a/sys/amd64/ia32/syscalls.master +++ b/sys/amd64/ia32/syscalls.master @@ -600,11 +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, +430 MSTD 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); } +431 MSTD BSD { void thr_exit(void); } +432 MSTD BSD { int thr_self(thr_id_t *id); } +433 MSTD 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); } 436 MSTD BSD { int jail_attach(int jid); } diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index e46237744c98..1e9e498d939d 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -600,11 +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, +430 MSTD 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); } +431 MSTD BSD { void thr_exit(void); } +432 MSTD BSD { int thr_self(thr_id_t *id); } +433 MSTD 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); } 436 MSTD BSD { int jail_attach(int jid); } diff --git a/sys/ia64/ia32/syscalls.master b/sys/ia64/ia32/syscalls.master index e46237744c98..1e9e498d939d 100644 --- a/sys/ia64/ia32/syscalls.master +++ b/sys/ia64/ia32/syscalls.master @@ -600,11 +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, +430 MSTD 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); } +431 MSTD BSD { void thr_exit(void); } +432 MSTD BSD { int thr_self(thr_id_t *id); } +433 MSTD 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); } 436 MSTD BSD { int jail_attach(int jid); }