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.