1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Fix the thr_create() entry by adding a trailing \. Also, sync up the

MP safe flag for thr_* with the main table.
This commit is contained in:
John Baldwin 2003-04-24 20:49:46 +00:00
parent 78b0aaefb5
commit d46b3412dc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113987
3 changed files with 12 additions and 12 deletions

View File

@ -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); }

View File

@ -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); }

View File

@ -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); }