1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-29 16:44:03 +00:00

Enable sigwait.

This commit is contained in:
David Xu 2006-09-23 00:27:11 +00:00
parent 157f14ae25
commit 5c26f4cea8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162565

View File

@ -714,7 +714,8 @@
427 AUE_NULL UNIMPL __acl_delete_link
428 AUE_NULL UNIMPL __acl_aclcheck_link
; XXX implement
429 AUE_SIGWAIT UNIMPL sigwait
429 AUE_SIGWAIT NOPROTO { int sigwait(const sigset_t *set, \
int *sig); }
430 AUE_NULL UNIMPL thr_create;
431 AUE_NULL NOPROTO { void thr_exit(long *state); }
432 AUE_NULL NOPROTO { int thr_self(long *id); }