diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 19:27:42 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 18:16:10 -0500 |
commit | 09a4d5d015d951c7262d999cbd39f5c2cd5786da (patch) | |
tree | b3e6d4bdd78ceef78c2407e11ce3fac5c5fbce09 /arch/powerpc/include/uapi | |
parent | 5aa1cde2edbc64403a6b06aaa8723cca11c12681 (diff) |
powerpc: switch to generic old sigaction()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/powerpc/include/uapi')
-rw-r--r-- | arch/powerpc/include/uapi/asm/signal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/uapi/asm/signal.h b/arch/powerpc/include/uapi/asm/signal.h index 6defdd65594e..6c69ee94fd8d 100644 --- a/arch/powerpc/include/uapi/asm/signal.h +++ b/arch/powerpc/include/uapi/asm/signal.h | |||
@@ -90,6 +90,7 @@ typedef struct { | |||
90 | 90 | ||
91 | #include <asm-generic/signal-defs.h> | 91 | #include <asm-generic/signal-defs.h> |
92 | 92 | ||
93 | #ifndef __KERNEL__ | ||
93 | struct old_sigaction { | 94 | struct old_sigaction { |
94 | __sighandler_t sa_handler; | 95 | __sighandler_t sa_handler; |
95 | old_sigset_t sa_mask; | 96 | old_sigset_t sa_mask; |
@@ -97,7 +98,6 @@ struct old_sigaction { | |||
97 | __sigrestore_t sa_restorer; | 98 | __sigrestore_t sa_restorer; |
98 | }; | 99 | }; |
99 | 100 | ||
100 | #ifndef __KERNEL__ | ||
101 | struct sigaction { | 101 | struct sigaction { |
102 | __sighandler_t sa_handler; | 102 | __sighandler_t sa_handler; |
103 | unsigned long sa_flags; | 103 | unsigned long sa_flags; |