Go to the previous, next section.

sigreturn

SYNOPSIS

int sys_sigreturn(unsigned long __unused);

PARAMETERS

__unused: unused

DESCRIPTION

This syscall is not used in source code. This syscall is generated by the kernel (!) so that it is call upon return from a signal handler.

RETURN VALUE

Very variable.

Go to the previous, next section.