sys_sigprocmask(9) centos man page | unix.com

Man Page: sys_sigprocmask

Operating Environment: centos

Section: 9

SYS_SIGPROCMASK(9)						   Driver Basics						SYS_SIGPROCMASK(9)

NAME
sys_sigprocmask - examine and change blocked signals
SYNOPSIS
long sys_sigprocmask(int how, old_sigset_t __user * nset, old_sigset_t __user * oset);
ARGUMENTS
how whether 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
Kernel Hackers Manual 3.10 June 2014 SYS_SIGPROCMASK(9)
Related Man Pages
sigprocmask(2) - opendarwin
sigblock(3) - netbsd
pthread_sigmask(3t) - hpux
sigprocmask(2) - osx
pthread_sigmask(3) - freebsd
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to increment version inside a file?
Tar Command
Shopt -s histappend
CentOS 6 ran out of space, need to reclaim it