projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
127c6f6
)
Use compat_sigval_t in struct compat_siginfo.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 18 Mar 2005 17:36:42 +0000
(17:36 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:30:58 +0000
(19:30 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/signal32.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/signal32.c
b/arch/mips/kernel/signal32.c
index 663fa547ee187e1a01ba1cc436b701a3e7c14500..e8c380dceb86e2a4ad62786bbb644134e8cd7515 100644
(file)
--- a/
arch/mips/kernel/signal32.c
+++ b/
arch/mips/kernel/signal32.c
@@
-78,7
+78,7
@@
typedef struct compat_siginfo {
struct {
timer_t _tid; /* timer id */
int _overrun; /* overrun count */
-
sigval_t32 _sigval;
/* same as below */
+
compat_sigval_t _sigval;
/* same as below */
int _sys_private; /* not to be passed to user */
} _timer;