#include "libc.h"
Functions | |
void | sig_init () |
void | sig_dump () |
void | sigset_print (t_printf_fn printf_fn, char *s, sigset_t *set, int invert) |
int | sigaltstack (const stack_t *ss, stack_t *oss) |
int | sigaction (int sig, const struct sigaction *act, struct sigaction *oact) |
int | siginterrupt (int sig, int flag) |
sig_t | signal (int sig, sig_t handler) |
Variables | |
t_sigdef | sigdefs [SIGMAX] |
|
|
|
|
|
|
|
|
|
|
|
emulation by sigaction(2) |
|
debug |
|
|