SIGRET(2) SIGRET(2)
NAME
sigret - return from a signal
SYNOPSIS
void sigret (sigframe)
char *sigframe:
DESCRIPTION
The sigret system call completely restores the registers
saved at the point where the signal was caught, using as its
argument a pointer to the saved signal frame. The sigret
call does not alter the floating point state.
This system call is not intended for general use.
Page 1 May 1989