aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-12-25 19:29:01 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2013-02-03 18:16:00 -0500
commit8be433ab55d5058327e82f124f1eb0b37e4540b1 (patch)
tree7db03b4f1a31eb80be341b8f188e35dd1ef25704 /arch/m68k/include/asm
parentm68k: switch to generic old sigsuspend (diff)
downloadlinux-dev-8be433ab55d5058327e82f124f1eb0b37e4540b1.tar.xz
linux-dev-8be433ab55d5058327e82f124f1eb0b37e4540b1.zip
m68k: switch to generic old sigaction()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/m68k/include/asm')
-rw-r--r--arch/m68k/include/asm/signal.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/m68k/include/asm/signal.h b/arch/m68k/include/asm/signal.h
index c7b4fb1fa14d..214320b50384 100644
--- a/arch/m68k/include/asm/signal.h
+++ b/arch/m68k/include/asm/signal.h
@@ -16,13 +16,6 @@ typedef struct {
unsigned long sig[_NSIG_WORDS];
} sigset_t;
-struct old_sigaction {
- __sighandler_t sa_handler;
- old_sigset_t sa_mask;
- unsigned long sa_flags;
- __sigrestore_t sa_restorer;
-};
-
#define __ARCH_HAS_SA_RESTORER
#include <asm/sigcontext.h>