summaryrefslogtreecommitdiffstats
path: root/sys/amd64/ia32
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-04-24 20:49:46 +0000
committerjhb <jhb@FreeBSD.org>2003-04-24 20:49:46 +0000
commit4d35246c8d1075be87ea72979dbb0eeba009ec39 (patch)
treea5100799a10aef4dcd1b1b144d087aeb255a539c /sys/amd64/ia32
parent79b9eea6e85998e73ebbbe0d6dc6009bc2928ec2 (diff)
downloadFreeBSD-src-4d35246c8d1075be87ea72979dbb0eeba009ec39.zip
FreeBSD-src-4d35246c8d1075be87ea72979dbb0eeba009ec39.tar.gz
Fix the thr_create() entry by adding a trailing \. Also, sync up the
MP safe flag for thr_* with the main table.
Diffstat (limited to 'sys/amd64/ia32')
-rw-r--r--sys/amd64/ia32/syscalls.master8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/ia32/syscalls.master b/sys/amd64/ia32/syscalls.master
index e462377..1e9e498 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); }
OpenPOWER on IntegriCloud