From 5e69249b177542fe6b8a3f38a70071c0530e444f Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 1 Apr 2003 00:31:37 +0000 Subject: - Add the four thr related system calls. --- sys/kern/syscalls.master | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/kern') 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) -- cgit v1.1