Skip to main content

SYS_RT_SIGRETURN

Constant SYS_RT_SIGRETURN 

Source
pub const SYS_RT_SIGRETURN: usize = 353;
Expand description

Return from a signal handler.

Restores the signal mask and registers from the signal frame on the user stack. This syscall is invoked implicitly by the kernel when returning from a signal handler trampoline.