diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-25 21:20:05 -0500 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 15:09:22 -0500 |
| commit | 92a3ce4a1e0047215aa0a0b30cc333bd32b866a8 (patch) | |
| tree | 998edfb4fd30e0be9cc353c6d7f4381f8c5f5a09 /arch/m68k/include | |
| parent | 6883da8c6c15e85e7750c94be49ea156ed341c05 (diff) | |
consolidate declarations of k_sigaction
Only alpha and sparc are unusual - they have ka_restorer in it.
And nobody needs that exposed to userland.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m68k/include')
| -rw-r--r-- | arch/m68k/include/asm/signal.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/signal.h b/arch/m68k/include/asm/signal.h index 9c8c46b06b0c..1edd5f358c0f 100644 --- a/arch/m68k/include/asm/signal.h +++ b/arch/m68k/include/asm/signal.h | |||
| @@ -30,9 +30,6 @@ struct sigaction { | |||
| 30 | sigset_t sa_mask; /* mask last for extensibility */ | 30 | sigset_t sa_mask; /* mask last for extensibility */ |
| 31 | }; | 31 | }; |
| 32 | 32 | ||
| 33 | struct k_sigaction { | ||
| 34 | struct sigaction sa; | ||
| 35 | }; | ||
| 36 | #include <asm/sigcontext.h> | 33 | #include <asm/sigcontext.h> |
| 37 | 34 | ||
| 38 | #ifndef CONFIG_CPU_HAS_NO_BITFIELDS | 35 | #ifndef CONFIG_CPU_HAS_NO_BITFIELDS |
