diff options
author | Helge Deller <deller@gmx.de> | 2018-05-18 16:27:15 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2018-06-28 17:10:58 +0200 |
commit | 704e38303153c797d66c41bbe8325202f549b53c (patch) | |
tree | 3512b589ded9839886964956631e7f613964bc27 /arch | |
parent | f57494321cbf5b1e7769b6135407d2995a369e28 (diff) | |
download | linux-704e38303153c797d66c41bbe8325202f549b53c.tar.bz2 |
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 'arch')
-rw-r--r-- | arch/parisc/include/asm/signal.h | 8 |
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 */ |