projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f574943
)
parisc: Drop struct sigaction from not exported header file
author
Helge Deller
<deller@gmx.de>
Fri, 18 May 2018 14:27:15 +0000
(16:27 +0200)
committer
Helge Deller
<deller@gmx.de>
Thu, 28 Jun 2018 15:10:58 +0000
(17:10 +0200)
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>
arch/parisc/include/asm/signal.h
patch
|
blob
|
history
diff --git
a/arch/parisc/include/asm/signal.h
b/arch/parisc/include/asm/signal.h
index eeb5c88586631e8935b96e0edfe410bbbc2ecffc..715c96ba2ec81c2907ead07ffd21fbf79a0fb0cb 100644
(file)
--- 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 */