aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86_64/ia32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64/ia32.h')
-rw-r--r--include/asm-x86_64/ia32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/ia32.h b/include/asm-x86_64/ia32.h
index c0a7717923e..6efa00fe4e7 100644
--- a/include/asm-x86_64/ia32.h
+++ b/include/asm-x86_64/ia32.h
@@ -94,7 +94,7 @@ typedef struct compat_siginfo{
/* POSIX.1b timers */
struct {
- int _tid; /* timer id */
+ compat_timer_t _tid; /* timer id */
int _overrun; /* overrun count */
compat_sigval_t _sigval; /* same as below */
int _sys_private; /* not to be passed to user */