#include <signal.h> int
sigpending (sigset_t *set);
DESCRIPTION
The
sigpending ();
system call returns a mask of the signals pending for delivery
to the calling process in the location indicated by
Fa set .
Signals may be pending because they are currently masked,
or transiently before delivery (although the latter case is not
normally detectable).