3 sigsuspend \- suspend until signalled
8 int sigsuspend(const sigset_t *\fIset\fP)
12 installs the signal mask referenced by
14 and suspends the process until signalled. The signal is handled, the signal
15 mask is restored to the value it had before the
17 call and call returns.
26 never returns normally, so it always returns
28 The error code is either
30 indicating that a signal has arrived, or
36 Kees J. Bot (kjb@cs.vu.nl)
39 .\" $PchId: sigsuspend.2,v 1.2 1996/04/11 06:02:41 philip Exp $