up | Inhaltsverzeichniss | Kommentar

Manual page for SIGPENDING(2V)

sigpending - examine pending signals

SYNOPSIS

#include <signal.h>

int sigpending(set) 
sigset_t *set;

DESCRIPTION

sigpending() stores the set of signals that are blocked from delivery and pending for the calling process in the space pointed to by set.

RETURN VALUES

sigpending() returns:

0
on success.
-1
on failure and sets errno to indicate the error.

SEE ALSO

sigprocmask.2v sigvec.2 sigsetops.3v


index | Inhaltsverzeichniss | Kommentar

Created by unroff & hp-tools. © somebody (See intro for details). All Rights Reserved. Last modified 11/5/97