Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ sigsetmask(3) — Reliant UNIX 5.44c4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

kill(2)

signal(2)

sigblock(3)

sigpause(3)

sigvec(3)

signal(3-ucb)

signal(5)

sigsetmask(3)           (BSD Compatibility Package)           sigsetmask(3)

NAME
     sigsetmask - set current signal mask

SYNOPSIS
     /usr/ucb/cc [flag ...] file ... -lucb

     #include <signal.h>

     sigsetmask(mask)
     int mask;

     #define sigmask(signum)

DESCRIPTION
     sigsetmask sets the current signal mask (those signals that are
     blocked from delivery). Signals are blocked if the corresponding bit
     in mask is a 1. The macro sigmask is provided to construct the mask
     for a given signum.

     The system quietly disallows SIGKILL, SIGSTOP, or SIGCONT from being
     blocked.

RETURN VALUE
     The previous set of masked signals is returned.

SEE ALSO
     kill(2), signal(2), sigblock(3), sigpause(3), sigvec(3),
     signal(3-ucb), signal(5).



























Page 1                       Reliant UNIX 5.44                Printed 11/98

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