summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-03-09 16:40:27 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-03-09 16:40:27 -0800
commitba6965f29efa372dd888b4149e785589f66240eb (patch)
tree3610175bd230ec43875703292adacaa40549fbe7 /include
parent2feb6f04d561517b33b91b774561207d7939d983 (diff)
[PATCH] Consolidate the last compat sigvals
This patch just consolidates the last of the (what should have been) compat_sigval_ts. It also fixes S390 that had a sigval_t in its struct compat_siginfo. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sparc64/siginfo.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/asm-sparc64/siginfo.h b/include/asm-sparc64/siginfo.h
index 2a68c7e32963..295ea92f968b 100644
--- a/include/asm-sparc64/siginfo.h
+++ b/include/asm-sparc64/siginfo.h
@@ -18,11 +18,6 @@
#ifdef CONFIG_COMPAT
-typedef union sigval32 {
- int sival_int;
- u32 sival_ptr;
-} sigval_t32;
-
struct compat_siginfo;
#endif /* CONFIG_COMPAT */
@@ -42,7 +37,7 @@ struct compat_siginfo;
#ifdef CONFIG_COMPAT
typedef struct sigevent32 {
- sigval_t32 sigev_value;
+ compat_sigval_t sigev_value;
int sigev_signo;
int sigev_notify;
union {