aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2018-05-18 16:27:15 +0200
committerHelge Deller <deller@gmx.de>2018-06-28 17:10:58 +0200
commit704e38303153c797d66c41bbe8325202f549b53c (patch)
tree3512b589ded9839886964956631e7f613964bc27
parentf57494321cbf5b1e7769b6135407d2995a369e28 (diff)
downloadstaging-704e38303153c797d66c41bbe8325202f549b53c.tar.gz
parisc: Drop struct sigaction from not exported header file
This header file isn't exported to userspace, so there is no benefit in defining struct sigaction for userspace here. Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--arch/parisc/include/asm/signal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/parisc/include/asm/signal.h b/arch/parisc/include/asm/signal.h
index eeb5c88586631..715c96ba2ec81 100644
--- a/arch/parisc/include/asm/signal.h
+++ b/arch/parisc/include/asm/signal.h
@@ -21,14 +21,6 @@ typedef struct {
unsigned long sig[_NSIG_WORDS];
} sigset_t;
-#ifndef __KERNEL__
-struct sigaction {
- __sighandler_t sa_handler;
- unsigned long sa_flags;
- sigset_t sa_mask; /* mask last for extensibility */
-};
-#endif
-
#include <asm/sigcontext.h>
#endif /* !__ASSEMBLY */