aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/include/asm/ia32.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/ia32.h b/arch/x86/include/asm/ia32.h
index 7d0c18587709..ee52760549f0 100644
--- a/arch/x86/include/asm/ia32.h
+++ b/arch/x86/include/asm/ia32.h
@@ -130,8 +130,8 @@ typedef struct compat_siginfo {
130 unsigned int _pid; /* which child */ 130 unsigned int _pid; /* which child */
131 unsigned int _uid; /* sender's uid */ 131 unsigned int _uid; /* sender's uid */
132 int _status; /* exit code */ 132 int _status; /* exit code */
133 s64 _utime; 133 compat_s64 _utime;
134 s64 _stime; 134 compat_s64 _stime;
135 } _sigchld_x32; 135 } _sigchld_x32;
136 136
137 /* SIGILL, SIGFPE, SIGSEGV, SIGBUS */ 137 /* SIGILL, SIGFPE, SIGSEGV, SIGBUS */