summaryrefslogtreecommitdiff
path: root/arch/xtensa/include/asm/signal.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2012-04-22 16:19:57 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2012-05-21 23:59:20 -0400
commitb1175ed2234235276f4a2256f72a277b85320cf9 (patch)
tree3aa0b8402c0e4526f3b9b24834b2e160c6cc4a8c /arch/xtensa/include/asm/signal.h
parentcbdfb9ff551cbe3e002387e7fb0256f384c26e91 (diff)
xtensa: xtensa_sigaction doesn't exist
... and struct old_sigaction never used Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/xtensa/include/asm/signal.h')
-rw-r--r--arch/xtensa/include/asm/signal.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/xtensa/include/asm/signal.h b/arch/xtensa/include/asm/signal.h
index 633ba73bc4d2..7f201b9d4195 100644
--- a/arch/xtensa/include/asm/signal.h
+++ b/arch/xtensa/include/asm/signal.h
@@ -120,13 +120,6 @@ typedef void (*__sighandler_t)(int);
#define SIG_ERR ((__sighandler_t)-1) /* error return from signal */
#ifdef __KERNEL__
-struct old_sigaction {
- __sighandler_t sa_handler;
- old_sigset_t sa_mask;
- unsigned long sa_flags;
- void (*sa_restorer)(void);
-};
-
struct sigaction {
__sighandler_t sa_handler;
unsigned long sa_flags;