|
Apache HTTPD
|
#include "apr_arch_threadproc.h"#include "apr_private.h"#include "apr_pools.h"#include "apr_signal.h"#include "apr_strings.h"#include <assert.h>Go to the source code of this file.
Macros | |
| #define | INCL_DOSEXCEPTIONS /* for OS2 */ |
| #define | apr_sigwait(a, b) sigwait((a),(b)) |
| #define | APR_NUMSIG 33 /* breaks on OS/390 with < 33; 32 is o.k. for most */ |
| #define | store_desc(index, string) |
Functions | |
| APR_DECLARE (apr_status_t) | |
| void | apr_signal_init (apr_pool_t *pglobal) |
| const char * | apr_signal_description_get (int signum) |
Variables | |
| static const char * | signal_description [33] |