aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/signal.h
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 /arch/parisc/include/asm/signal.h
parentMerge tag 'xfs-4.18-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux (diff)
downloadlinux-dev-704e38303153c797d66c41bbe8325202f549b53c.tar.xz
linux-dev-704e38303153c797d66c41bbe8325202f549b53c.zip
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>
Diffstat (limited to '')
-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 eeb5c8858663..715c96ba2ec8 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 */