Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ sigsetmask(2) — Ultrix-32 3.1D RISC

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

kill(2)

sigblock(2)

sigpause(2)

sigvec(2)

sigsetmask(2)

NAME

sigsetmask − set current signal mask

SYNTAX

sigsetmask(mask);
int mask;

DESCRIPTION

The sigsetmask system call sets the current signal mask (those signals which are blocked from delivery).  Signal i is blocked if the i-th bit in mask is a 1. 

The system quietly disallows SIGKILL, SIGSTOP, or SIGCONT to be blocked. 

The previous set of masked signals is returned. 

SEE ALSO

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

System Calls

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