Go to the documentation of this file. 1 #ifndef _UAPI_M68K_SIGNAL_H
2 #define _UAPI_M68K_SIGNAL_H
4 #include <linux/types.h>
57 #define SIGRTMAX _NSIG
72 #define SA_NOCLDSTOP 0x00000001
73 #define SA_NOCLDWAIT 0x00000002
74 #define SA_SIGINFO 0x00000004
75 #define SA_ONSTACK 0x08000000
76 #define SA_RESTART 0x10000000
77 #define SA_NODEFER 0x40000000
78 #define SA_RESETHAND 0x80000000
80 #define SA_NOMASK SA_NODEFER
81 #define SA_ONESHOT SA_RESETHAND
89 #define MINSIGSTKSZ 2048
107 #define sa_handler _u._sa_handler
108 #define sa_sigaction _u._sa_sigaction