Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ sigsetmask.bsd(2) — Domain/IX SR9.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

kill(2)

sigvec(2)

sigblock(2)

sigpause(2)

SIGSETMASK(2)

NAME

sigsetmask − set current signal mask

USAGE

sigsetmask(mask);
int mask;

DESCRIPTION

Sigsetmask sets the current signal mask (those signals that are blocked from delivery).  Signal i is blocked if the ith bit in mask is a 1. 

The system does not allow SIGKILL, SIGSTOP, or SIGCONT to be blocked. 

RETURN VALUE

The previous set of masked signals is returned. 

RELATED INFORMATION

kill(2), sigvec(2), sigblock(2), sigpause(2)

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