summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2003-04-01 00:31:37 +0000
committerjeff <jeff@FreeBSD.org>2003-04-01 00:31:37 +0000
commit5e69249b177542fe6b8a3f38a70071c0530e444f (patch)
tree6ca235b2227bce75c10636166af0c91cfaa99a55 /sys/kern
parent0cd72ec7ee677d2b04616db48d6925c47f93608c (diff)
downloadFreeBSD-src-5e69249b177542fe6b8a3f38a70071c0530e444f.zip
FreeBSD-src-5e69249b177542fe6b8a3f38a70071c0530e444f.tar.gz
- Add the four thr related system calls.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/syscalls.master4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 088da72..95fb776 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -624,6 +624,10 @@
428 MSTD BSD { int __acl_aclcheck_link(const char *path, \
acl_type_t type, struct acl *aclp); }
429 MSTD NOHIDE { int sigwait(const sigset_t *set, int *sig); }
+430 STD BSD { int thr_create(ucontext_t *ctx, thr_id_t *id, int flags); }
+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); }
; Please copy any additions and changes to the following compatability tables:
; sys/ia64/ia32/syscalls.master (take a best guess)
OpenPOWER on IntegriCloud