1 #ifndef _ASM_CRIS_SIGNAL_H
2 #define _ASM_CRIS_SIGNAL_H
4 #include <uapi/asm/signal.h>
6 /* Most things should be clean enough to redefine this at will, if care
7 is taken to make libc match. */
11 #define _NSIG_WORDS (_NSIG / _NSIG_BPW)
13 typedef unsigned long old_sigset_t
; /* at least 32 bits */
16 unsigned long sig
[_NSIG_WORDS
];
19 #define __ARCH_HAS_SA_RESTORER
21 #include <asm/sigcontext.h>