Go to the source code of this file.
Functions | |
Sigfunc * | signal (int signo, Sigfunc *func) |
Replace the standard signal() function, with a more reliable using sigaction. | |
void | set_alarm_handler (void *func) |
Set a handler for the alarm signal, SIGALRM using sigaction. |
Definition in file signal.c.
|
Set a handler for the alarm signal, SIGALRM using sigaction.
|
|
Replace the standard signal() function, with a more reliable using sigaction. From W. Richard Stevens' "Advanced Programming in the UNIX Environment" Definition at line 47 of file signal.c. References Sigfunc. Referenced by daemonize(), and spawn(). |