diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-12-25 19:18:40 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-02-03 22:43:35 -0500 |
commit | a274bd498ce4b57294034d428b801b2bca3af774 (patch) | |
tree | 18ec27dca96e7a38f0bc0db67012d8954ae487fc /arch/sparc/include/uapi/asm | |
parent | bdc40abf070eab82d27de99ef5ff62a1c5de238d (diff) |
sparc: switch to use of generic old sigaction
note that due to historical accident we do *not* directly take
generic versions - need to check and invert the sign of signal
number first.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/sparc/include/uapi/asm')
-rw-r--r-- | arch/sparc/include/uapi/asm/signal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/uapi/asm/signal.h b/arch/sparc/include/uapi/asm/signal.h index 284836f0b7dc..f387400fcfdf 100644 --- a/arch/sparc/include/uapi/asm/signal.h +++ b/arch/sparc/include/uapi/asm/signal.h | |||
@@ -160,7 +160,6 @@ struct __new_sigaction { | |||
160 | __sigrestore_t sa_restorer; /* not used by Linux/SPARC yet */ | 160 | __sigrestore_t sa_restorer; /* not used by Linux/SPARC yet */ |
161 | __new_sigset_t sa_mask; | 161 | __new_sigset_t sa_mask; |
162 | }; | 162 | }; |
163 | #endif | ||
164 | 163 | ||
165 | struct __old_sigaction { | 164 | struct __old_sigaction { |
166 | __sighandler_t sa_handler; | 165 | __sighandler_t sa_handler; |
@@ -168,6 +167,7 @@ struct __old_sigaction { | |||
168 | unsigned long sa_flags; | 167 | unsigned long sa_flags; |
169 | void (*sa_restorer)(void); /* not used by Linux/SPARC yet */ | 168 | void (*sa_restorer)(void); /* not used by Linux/SPARC yet */ |
170 | }; | 169 | }; |
170 | #endif | ||
171 | 171 | ||
172 | typedef struct sigaltstack { | 172 | typedef struct sigaltstack { |
173 | void __user *ss_sp; | 173 | void __user *ss_sp; |