diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-11-25 22:24:19 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 15:09:22 -0500 |
commit | 574c4866e33d648520a8bd5bf6f573ea6e554e88 (patch) | |
tree | 354c1c42819cba60481a854281f1e130c7cec260 /arch/powerpc/include/uapi/asm | |
parent | 92a3ce4a1e0047215aa0a0b30cc333bd32b866a8 (diff) |
consolidate kernel-side struct sigaction declarations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/powerpc/include/uapi/asm')
-rw-r--r-- | arch/powerpc/include/uapi/asm/signal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/uapi/asm/signal.h b/arch/powerpc/include/uapi/asm/signal.h index a1a624699292..6defdd65594e 100644 --- a/arch/powerpc/include/uapi/asm/signal.h +++ b/arch/powerpc/include/uapi/asm/signal.h | |||
@@ -97,12 +97,14 @@ struct old_sigaction { | |||
97 | __sigrestore_t sa_restorer; | 97 | __sigrestore_t sa_restorer; |
98 | }; | 98 | }; |
99 | 99 | ||
100 | #ifndef __KERNEL__ | ||
100 | struct sigaction { | 101 | struct sigaction { |
101 | __sighandler_t sa_handler; | 102 | __sighandler_t sa_handler; |
102 | unsigned long sa_flags; | 103 | unsigned long sa_flags; |
103 | __sigrestore_t sa_restorer; | 104 | __sigrestore_t sa_restorer; |
104 | sigset_t sa_mask; /* mask last for extensibility */ | 105 | sigset_t sa_mask; /* mask last for extensibility */ |
105 | }; | 106 | }; |
107 | #endif | ||
106 | 108 | ||
107 | typedef struct sigaltstack { | 109 | typedef struct sigaltstack { |
108 | void __user *ss_sp; | 110 | void __user *ss_sp; |