diff options
Diffstat (limited to 'arch/m32r/include/asm/signal.h')
-rw-r--r-- | arch/m32r/include/asm/signal.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/arch/m32r/include/asm/signal.h b/arch/m32r/include/asm/signal.h deleted file mode 100644 index 8bf57950d21e..000000000000 --- a/arch/m32r/include/asm/signal.h +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0 */ | ||
2 | #ifndef _ASM_M32R_SIGNAL_H | ||
3 | #define _ASM_M32R_SIGNAL_H | ||
4 | |||
5 | #include <uapi/asm/signal.h> | ||
6 | |||
7 | /* Most things should be clean enough to redefine this at will, if care | ||
8 | is taken to make libc match. */ | ||
9 | |||
10 | #define _NSIG 64 | ||
11 | #define _NSIG_BPW 32 | ||
12 | #define _NSIG_WORDS (_NSIG / _NSIG_BPW) | ||
13 | |||
14 | typedef unsigned long old_sigset_t; /* at least 32 bits */ | ||
15 | |||
16 | typedef struct { | ||
17 | unsigned long sig[_NSIG_WORDS]; | ||
18 | } sigset_t; | ||
19 | |||
20 | #define __ARCH_HAS_SA_RESTORER | ||
21 | #include <asm/sigcontext.h> | ||
22 | |||
23 | #undef __HAVE_ARCH_SIG_BITOPS | ||
24 | |||
25 | #endif /* _ASM_M32R_SIGNAL_H */ | ||