Add the prototype for sigwait().
This commit is contained in:
parent
1f40b47b46
commit
5520d4646e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user