Go to the documentation of this file.
9 #ifndef _UAPI_ASM_SIGNAL_H
10 #define _UAPI_ASM_SIGNAL_H
12 #include <linux/types.h>
15 #define _NSIG_BPW (sizeof(unsigned long) * 8)
16 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
30 #define SIGABRT SIGIOT
43 #define SIGCLD SIGCHLD
61 #define SIGRTMAX _NSIG
76 #define SA_ONSTACK 0x08000000
77 #define SA_RESETHAND 0x80000000
78 #define SA_RESTART 0x10000000
79 #define SA_SIGINFO 0x00000008
80 #define SA_NODEFER 0x40000000
81 #define SA_NOCLDWAIT 0x00010000
82 #define SA_NOCLDSTOP 0x00000001
84 #define SA_NOMASK SA_NODEFER
85 #define SA_ONESHOT SA_RESETHAND
87 #define SA_RESTORER 0x04000000
95 #define MINSIGSTKSZ 2048
100 #define SIG_UNBLOCK 2
101 #define SIG_SETMASK 3