1 /* SPDX-License-Identifier: GPL-2.0 */
5 * Derived from "include/asm-i386/signal.h"
7 #ifndef _ASMS390_SIGNAL_H
8 #define _ASMS390_SIGNAL_H
10 #include <uapi/asm/signal.h>
12 /* Most things should be clean enough to redefine this at will, if care
13 is taken to make libc match. */
14 #include <asm/sigcontext.h>
15 #define _NSIG _SIGCONTEXT_NSIG
16 #define _NSIG_BPW _SIGCONTEXT_NSIG_BPW
17 #define _NSIG_WORDS _SIGCONTEXT_NSIG_WORDS
19 typedef unsigned long old_sigset_t
; /* at least 32 bits */
22 unsigned long sig
[_NSIG_WORDS
];
25 #define __ARCH_HAS_SA_RESTORER