sigsuspend(3)
NAME
sigsuspend − wait for signal (POSIX)
SYNTAX
sigsuspend(sigmask)
sigset_t *sigmask;
DESCRIPTION
The sigsuspend system call is the POSIX equivalent of the sigpause() system call. The behavior of this call is as described on the sigpause() reference page except, the signal mask is manipulated using the sigsetops() functions.