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 5/12/88 1
%%index%% na:336,76; sy:412,530; de:942,572; rv:1514,196; ca:1710,143; se:1853,196; %%index%%000000000107