Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ sigpending(2V) — SunOS 4.1.3B

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

sigprocmask(2V)

sigvec(2)

sigsetops(3V)

SIGPENDING(2V)  —  SYSTEM CALLS

NAME

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)

Sun Release 4.1  —  Last change: 21 January 1990

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026