sys_rt_sigaction(9) centos man page | unix.com

Man Page: sys_rt_sigaction

Operating Environment: centos

Section: 9

SYS_RT_SIGACTION(9)						   Driver Basics					       SYS_RT_SIGACTION(9)

NAME
sys_rt_sigaction - alter an action taken by a process
SYNOPSIS
long sys_rt_sigaction(int sig, const struct sigaction __user * act, struct sigaction __user * oact, size_t sigsetsize);
ARGUMENTS
sig signal to be sent act new sigaction oact used to save the previous sigaction sigsetsize size of sigset_t type
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SYS_RT_SIGACTION(9)
Related Man Pages
siginterrupt(3p) - centos
siginterrupt(3c) - sunos
sigactio(2) - minix
sigaction(3) - ultrix
sigaction(2) - sunos
Similar Topics in the Unix Linux Community
How to increment version inside a file?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq