Skip to main content
SYS_SIGACTION
strat9_
abi
0.1.0
In strat9_
abi::
syscall
strat9_abi
::
syscall
Constant
SYS_
SIGACTION
Copy item path
Source
pub const SYS_SIGACTION:
usize
= 322;
Expand description
Set the action for a signal.
signum
: signal number
act_ptr
: pointer to
Sigaction
struct (handler, flags, mask)
oact_ptr
: pointer to receive the previous action (0 = ignore)