3 sigpending \- report pending signals
8 int sigpending(sigset_t *\fIset\fP)
12 returns the set of signals that are waiting to be delivered. They are
13 currently blocked by the signal mask.
24 on error. The only possible error code is
30 Kees J. Bot (kjb@cs.vu.nl)
33 .\" $PchId: sigpending.2,v 1.2 1996/04/11 06:01:22 philip Exp $