#include <signal.h> int sigpending( const sigset_t *set );
On error, this routine returns -1 and sets errno
to one of
the following:
This function allows the caller to examine the set of currently pending
signals. A pending signal is one which has been raised but is currently
blocked. The set of pending signals is returned in set
.
NONE
Copyright © 1988-2008 OAR Corporation