Add the prototype for sigwait().

This commit is contained in:
John Birrell 1998-08-25 11:08:22 +00:00
parent 1f40b47b46
commit 5520d4646e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38538

View File

@ -59,6 +59,7 @@ int sigismember __P((const sigset_t *, int));
int sigpending __P((sigset_t *));
int sigprocmask __P((int, const sigset_t *, sigset_t *));
int sigsuspend __P((const sigset_t *));
int sigwait __P((const sigset_t *, int *));
#ifdef _P1003_1B_VISIBLE