sigreturn(2) - Linux man page
Name
sigreturn - return from signal handler and cleanup stack frameSynopsis
int sigreturn(unsigned long __unused);Description
This sigreturn() call undoes everything that was done--changing the process's signal mask, switching stacks (see sigaltstack(2))--in order to invoke the signal handler: it restores the process's signal mask, switches stacks, and restores the process's context (registers, processor flags), so that the process directly resumes execution at the point where it was interrupted by the signal.
Return Value
sigreturn() never returns.Files
/usr/src/linux/arch/i386/kernel/signal.c/usr/src/linux/arch/alpha/kernel/entry.S