Typedefs | |
| typedef void | apr_sigfunc_t (int) |
Functions | |
| apr_sigfunc_t * | apr_signal (int signo, apr_sigfunc_t *func) |
| const char * | apr_signal_description_get (int signum) |
| const char * | apr_signal_get_description (int signum) |
| void | apr_signal_init (apr_pool_t *pglobal) |
|
|
Function prototype for signal handlers |
|
||||||||||||
|
Set the signal handler function for a given signal
|
|
|
Get the description for a specific signal number
|
|
|
|
|
|
APR-private function for initializing the signal package |
1.3.9.1