diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-25 22:24:19 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 15:09:22 -0500 |
| commit | 574c4866e33d648520a8bd5bf6f573ea6e554e88 (patch) | |
| tree | 354c1c42819cba60481a854281f1e130c7cec260 /arch/m32r | |
| parent | 92a3ce4a1e0047215aa0a0b30cc333bd32b866a8 (diff) | |
consolidate kernel-side struct sigaction declarations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m32r')
| -rw-r--r-- | arch/m32r/include/asm/signal.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/m32r/include/asm/signal.h b/arch/m32r/include/asm/signal.h index 4699405f9f82..ed3ded6601e8 100644 --- a/arch/m32r/include/asm/signal.h +++ b/arch/m32r/include/asm/signal.h | |||
| @@ -16,13 +16,7 @@ typedef struct { | |||
| 16 | unsigned long sig[_NSIG_WORDS]; | 16 | unsigned long sig[_NSIG_WORDS]; |
| 17 | } sigset_t; | 17 | } sigset_t; |
| 18 | 18 | ||
| 19 | struct sigaction { | 19 | #define __ARCH_HAS_SA_RESTORER |
| 20 | __sighandler_t sa_handler; | ||
| 21 | unsigned long sa_flags; | ||
| 22 | __sigrestore_t sa_restorer; | ||
| 23 | sigset_t sa_mask; /* mask last for extensibility */ | ||
| 24 | }; | ||
| 25 | |||
| 26 | #include <asm/sigcontext.h> | 20 | #include <asm/sigcontext.h> |
| 27 | 21 | ||
| 28 | #undef __HAVE_ARCH_SIG_BITOPS | 22 | #undef __HAVE_ARCH_SIG_BITOPS |
