Definition in file sighandler.c.
Go to the source code of this file.
Functions | |
void | handler (int signum) |
int | main (void) |
Variables | |
volatile sig_atomic_t | gotsig = -1 |
|
Definition at line 26 of file sighandler.c. References gotsig. Referenced by main(). |
|
Definition at line 31 of file sighandler.c. References EC_CLEANUP_BGN, EC_CLEANUP_END, ec_neg1, exit(), gotsig, handler(), sigaction::sa_flags, sigaction::sa_handler, sigaction(), sleep(), and time(). |
|
Definition at line 24 of file sighandler.c. |