Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ sigblock(2) — UTek 4.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

kill(2)

sigsetmask(2)

sigvec(2)



SIGBLOCK(2)             COMMAND REFERENCE             SIGBLOCK(2)



NAME
     sigblock - block signals

SYNOPSIS
     omask = sigblock(mask);
     int omask;
     int mask;

DESCRIPTION
     Sigblock causes the signals specified in mask to be added to
     the set of signals currently being blocked from delivery.
     Signal i is blocked if the i-th bit in mask is a 1.  Bits
     are numbered beginning with 1.

     It is not possible to block SIGKILL, SIGSTOP, or SIGCONT;
     this restriction is silently imposed by the system.

RETURN VALUE
     The previous set of masked signals is returned in omask.

CAVEATS
     As noted above, bits are numbered beginning with 1, not 0.

SEE ALSO
     kill(2), sigsetmask(2), and sigvec(2).






























Printed 4/6/89                                                  1





































































%%index%%
na:336,76;
sy:412,530;
de:942,572;
rv:1514,196;
ca:1710,143;
se:1853,196;
%%index%%000000000107

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