sigpending(2P) INTERACTIVE UNIX System (POSIX) sigpending(2P)
NAME
sigpending - examine pending signals
SYNOPSIS
int sigpending (set)
sigset_t *set;
DESCRIPTION
The sigpending() function stores the set of signals that are
blocked from delivery and pending for the calling process,
in the space pointed to by the argument set.
DIAGNOSTICS
After successful completion, a value of 0 is returned. Oth-
erwise, a value of -1 is returned, and errno is set to indi-
cate the error.
Rev. 1.1 Page 1