Query: sigsetmask
OS: ultrix
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
sigsetmask(2) System Calls Manual sigsetmask(2) Name sigsetmask - set current signal mask Syntax sigsetmask(mask) int mask; Description The system call 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 quietly disallows SIGKILL or SIGSTOP to be blocked. The previous set of masked signals is returned. See Also kill(2), sigblock(2), sigpause(2), sigvec(2) sigsetmask(2)
| Related Man Pages |
|---|
| sigsetmask(3ucb) - sunos |
| sigmask(3ucb) - opensolaris |
| sigmask(2) - freebsd |
| sigsetmask(2) - freebsd |
| sigblock(2) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| signals - SIGTERM |
| Round Robin Scheduling |
| Need help in building gcc on solaris. |
| gcc -3.4.6 solaris installation error |
| [C/Linux]Help in replacing obsolete function |