mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
- Add the four thr related system calls.
This commit is contained in:
parent
f00fea89ca
commit
8d5377e538
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112901
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user