Go to the previous, next section.
int sys_sigreturn(unsigned long __unused);
__unused: unused
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.
Very variable.
Go to the previous, next section.