|
PatchworkOS
|
#include "_internal/config.h"Go to the source code of this file.
Macros | |
| #define | SIGABRT 6 |
| #define | SIGFPE 8 |
| #define | SIGILL 4 |
| #define | SIGINT 2 |
| #define | SIGSEGV 11 |
| #define | SIGTERM 15 |
| #define | SIG_DFL (void (*)(int))0 |
| #define | SIG_ERR (void (*)(int)) - 1 |
| #define | SIG_IGN (void (*)(int))1 |
Typedefs | |
| typedef __SIG_ATOMIC_TYPE__ | sig_atomic_t |
Functions | |
| _PUBLIC int | raise (int sig) |
Variables | |
| _PUBLIC void(*)(int) | signal (int sig, void(*func)(int)) |
| typedef __SIG_ATOMIC_TYPE__ sig_atomic_t |
| _PUBLIC int raise | ( | int | sig | ) |