summaryrefslogtreecommitdiffstats
path: root/sys/amd64/ia32
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-04-25 15:59:18 +0000
committerjhb <jhb@FreeBSD.org>2003-04-25 15:59:18 +0000
commit011ef0f3d8c60c4afbdf062b5932cecef74f45ac (patch)
tree7626902a3696f757974665c6e754df3d1d73f46d /sys/amd64/ia32
parent51c4c02dc6a0d6ab3b70205f8bfe55f376afd8e1 (diff)
downloadFreeBSD-src-011ef0f3d8c60c4afbdf062b5932cecef74f45ac.zip
FreeBSD-src-011ef0f3d8c60c4afbdf062b5932cecef74f45ac.tar.gz
Oops, the thr_* and jail_attach() syscall entries should be NOPROTO rather
than STD.
Diffstat (limited to 'sys/amd64/ia32')
-rw-r--r--sys/amd64/ia32/syscalls.master14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/amd64/ia32/syscalls.master b/sys/amd64/ia32/syscalls.master
index 1e9e498..508fdf7 100644
--- a/sys/amd64/ia32/syscalls.master
+++ b/sys/amd64/ia32/syscalls.master
@@ -600,12 +600,12 @@
427 UNIMPL BSD __acl_delete_link
428 UNIMPL BSD __acl_aclcheck_link
429 UNIMPL NOHIDE sigwait
-430 MSTD BSD { int thr_create(ucontext_t *ctx, thr_id_t *id, \
+430 MNOPROTO BSD { int thr_create(ucontext_t *ctx, thr_id_t *id, \
int flag s); }
-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); }
+431 MNOPROTO BSD { void thr_exit(void); }
+432 MNOPROTO BSD { int thr_self(thr_id_t *id); }
+433 MNOPROTO BSD { int thr_kill(thr_id_t id, int sig); }
+434 MNOPROTO BSD { int _umtx_lock(struct umtx *umtx); }
+435 MNOPROTO BSD { int _umtx_unlock(struct umtx *umtx); }
+436 MNOPROTO BSD { int jail_attach(int jid); }
OpenPOWER on IntegriCloud