projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe2eff8
)
avr32: struct old_sigaction is never used
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 22 Apr 2012 20:21:28 +0000
(16:21 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 22 May 2012 03:59:20 +0000
(23:59 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/avr32/include/asm/signal.h
patch
|
blob
|
history
diff --git
a/arch/avr32/include/asm/signal.h
b/arch/avr32/include/asm/signal.h
index
8790dfc
..
ae56849
100644
(file)
--- a/
arch/avr32/include/asm/signal.h
+++ b/
arch/avr32/include/asm/signal.h
@@
-115,13
+115,6
@@
typedef unsigned long sigset_t;
#include <asm-generic/signal-defs.h>
#ifdef __KERNEL__
-struct old_sigaction {
- __sighandler_t sa_handler;
- old_sigset_t sa_mask;
- unsigned long sa_flags;
- __sigrestore_t sa_restorer;
-};
-
struct sigaction {
__sighandler_t sa_handler;
unsigned long sa_flags;