Skip to main content

SYS_SIGALTSTACK

Constant SYS_SIGALTSTACK 

Source
pub const SYS_SIGALTSTACK: usize = 323; // 323usize
Expand description

Set the alternate signal stack for the current thread.

  • ss_ptr: pointer to Stack struct (base, size, flags)
  • old_ss_ptr: pointer to receive the previous stack (0 = ignore)