Go to the documentation of this file. 1 #ifndef _UAPI__ASM_GENERIC_SIGNAL_H
2 #define _UAPI__ASM_GENERIC_SIGNAL_H
4 #include <linux/types.h>
7 #define _NSIG_BPW __BITS_PER_LONG
8 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
51 #define SIGRTMAX _NSIG
67 #define SA_NOCLDSTOP 0x00000001
68 #define SA_NOCLDWAIT 0x00000002
69 #define SA_SIGINFO 0x00000004
70 #define SA_ONSTACK 0x08000000
71 #define SA_RESTART 0x10000000
72 #define SA_NODEFER 0x40000000
73 #define SA_RESETHAND 0x80000000
75 #define SA_NOMASK SA_NODEFER
76 #define SA_ONESHOT SA_RESETHAND
89 #define MINSIGSTKSZ 2048