Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <asm-generic/signal.h>
Go to the source code of this file.
Data Structures | |
struct | sigaction |
Macros | |
#define | NSIG 32 |
#define | SA_RESTORER 0x04000000 /* to get struct sigaction correct */ |
#define | sa_handler _u._sa_handler |
#define | sa_sigaction _u._sa_sigaction |
Typedefs | |
typedef unsigned long | sigset_t |
Variables | |
struct sigaction | __attribute__ |
#define SA_RESTORER 0x04000000 /* to get struct sigaction correct */ |