Wrappers around "notes" for ANSI C signal handling.
More...
Wrappers around "notes" for ANSI C signal handling.
For the same of compatibility with ANSI C, we provide these wrappers around "notes" for signal handling. However, it is preferred to use the native "notes" for IPC instead if possible.
◆ SIGABRT
◆ SIGFPE
◆ SIGILL
◆ SIGINT
◆ SIGSEGV
◆ SIGTERM
◆ SIGMAX
◆ SIG_DFL
| #define SIG_DFL ((void (*)(int))0) |
◆ SIG_ERR
| #define SIG_ERR ((void (*)(int)) - 1) |
◆ SIG_IGN
| #define SIG_IGN ((void (*)(int))1) |
◆ sighandler_t
| typedef void(* sighandler_t) (int) |
◆ _Atomic()
◆ signal()
◆ raise()