#include <signals.h>
Public Attributes | |
union { | |
void(* _sa_handler )(int) | |
void(* _sa_sigaction )(int, void *, void *) | |
void * _sa_handler_ptr | |
} | _u |
SIGSET_T | sa_mask |
unsigned long | sa_flags |
void(* | sa_restorer )(void) |
void(* SIGACTION::_sa_sigaction)(int, void *, void *) |
Signal handle function (old way).
Signal handle function (new way).
unsigned long SIGACTION::sa_flags |
Mask of signals to block during the handling of the signal.
void(* SIGACTION::sa_restorer)(void) |
Additional flags (OS specific).