table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
SYS_SIGPROCMASK(9) | Driver Basics | SYS_SIGPROCMASK(9) |
NAME¶
sys_sigprocmask - examine and change blocked signalsSYNOPSIS¶
long
sys_sigprocmask(int how,
old_sigset_t __user * nset,
old_sigset_t __user * oset);
ARGUMENTS¶
howwhether to add, remove, or set signals
nset
signals to add or remove (if non-null)
oset
previous value of signal mask if
non-null
DESCRIPTION¶
Some platforms have their own version with special arguments; others support only sys_rt_sigprocmask.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |