1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _UAPI_ASM_PARISC_SIGNAL_H
3 #define _UAPI_ASM_PARISC_SIGNAL_H
40 /* These should not be considered constants from userland. */
42 #define SIGRTMAX _NSIG
44 #define SA_ONSTACK 0x00000001
45 #define SA_RESETHAND 0x00000004
46 #define SA_NOCLDSTOP 0x00000008
47 #define SA_SIGINFO 0x00000010
48 #define SA_NODEFER 0x00000020
49 #define SA_RESTART 0x00000040
50 #define SA_NOCLDWAIT 0x00000080
52 #define SA_NOMASK SA_NODEFER
53 #define SA_ONESHOT SA_RESETHAND
55 #define MINSIGSTKSZ 2048
58 #include <asm-generic/signal-defs.h>
62 # include <linux/types.h>
64 /* Avoid too many header ordering problems. */
67 typedef struct sigaltstack
{
73 #endif /* !__ASSEMBLY */
74 #endif /* _UAPI_ASM_PARISC_SIGNAL_H */