Go to the documentation of this file.
8 #ifndef _UAPI_ASM_IA64_SIGNAL_H
9 #define _UAPI_ASM_IA64_SIGNAL_H
53 #define SIGRTMAX _NSIG
68 #define SA_NOCLDSTOP 0x00000001
69 #define SA_NOCLDWAIT 0x00000002
70 #define SA_SIGINFO 0x00000004
71 #define SA_ONSTACK 0x08000000
72 #define SA_RESTART 0x10000000
73 #define SA_NODEFER 0x40000000
74 #define SA_RESETHAND 0x80000000
76 #define SA_NOMASK SA_NODEFER
77 #define SA_ONESHOT SA_RESETHAND
79 #define SA_RESTORER 0x04000000
103 # define MINSIGSTKSZ 131027
105 # define MINSIGSTKSZ 131072
107 #define SIGSTKSZ 262144
112 # ifndef __ASSEMBLY__
114 # include <linux/types.h>