Go to the documentation of this file. 1 #ifndef _UAPI_ASMARM_SIGNAL_H
2 #define _UAPI_ASMARM_SIGNAL_H
4 #include <linux/types.h>
57 #define SIGRTMAX _NSIG
77 #define SA_NOCLDSTOP 0x00000001
78 #define SA_NOCLDWAIT 0x00000002
79 #define SA_SIGINFO 0x00000004
80 #define SA_THIRTYTWO 0x02000000
81 #define SA_RESTORER 0x04000000
82 #define SA_ONSTACK 0x08000000
83 #define SA_RESTART 0x10000000
84 #define SA_NODEFER 0x40000000
85 #define SA_RESETHAND 0x80000000
87 #define SA_NOMASK SA_NODEFER
88 #define SA_ONESHOT SA_RESETHAND
97 #define MINSIGSTKSZ 2048
115 #define sa_handler _u._sa_handler
116 #define sa_sigaction _u._sa_sigaction