Skip to main content

SYS_SIGACTION

Constant SYS_SIGACTION 

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)