#include <nlibc.h>
Include dependency graph for signal.h:
Go to the source code of this file.
Defines | |
#define | SIG_DFL 0 |
#define | SIG_ERR -1 |
#define | SIG_IGN 1 |
#define | SIGABRT 6 |
#define | SIGFPE 8 |
#define | SIGILL 4 |
#define | SIGINT 2 |
#define | SIGSEGV 11 |
#define | SIGTERM 15 |
Typedefs | |
typedef int | sig_atomic_t |
Functions | |
int | raise (int sig) |
Variables | |
void(*)(int) | signal (int sig, void(*func)(int)) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|