Go to the documentation of this file. 1 #ifndef _UAPI_ASM_PARISC_SIGNAL_H
2 #define _UAPI_ASM_PARISC_SIGNAL_H
37 #define SIGRESERVE SIGUNUSED
45 #define SIGRTMAX _NSIG
60 #define SA_ONSTACK 0x00000001
61 #define SA_RESETHAND 0x00000004
62 #define SA_NOCLDSTOP 0x00000008
63 #define SA_SIGINFO 0x00000010
64 #define SA_NODEFER 0x00000020
65 #define SA_RESTART 0x00000040
66 #define SA_NOCLDWAIT 0x00000080
67 #define _SA_SIGGFAULT 0x00000100
69 #define SA_NOMASK SA_NODEFER
70 #define SA_ONESHOT SA_RESETHAND
72 #define SA_RESTORER 0x04000000
80 #define MINSIGSTKSZ 2048
88 #define SIG_DFL ((__sighandler_t)0)
89 #define SIG_IGN ((__sighandler_t)1)
90 #define SIG_ERR ((__sighandler_t)-1)
94 # include <linux/types.h>