Go to the documentation of this file.
8 #ifndef _UAPI__ASM_AVR32_SIGNAL_H
9 #define _UAPI__ASM_AVR32_SIGNAL_H
11 #include <linux/types.h>
64 #define SIGRTMAX (_NSIG-1)
80 #define SA_NOCLDSTOP 0x00000001
81 #define SA_NOCLDWAIT 0x00000002
82 #define SA_SIGINFO 0x00000004
83 #define SA_RESTORER 0x04000000
84 #define SA_ONSTACK 0x08000000
85 #define SA_RESTART 0x10000000
86 #define SA_NODEFER 0x40000000
87 #define SA_RESETHAND 0x80000000
89 #define SA_NOMASK SA_NODEFER
90 #define SA_ONESHOT SA_RESETHAND
98 #define MINSIGSTKSZ 2048
116 #define sa_handler _u._sa_handler
117 #define sa_sigaction _u._sa_sigaction