]> git.proxmox.com Git - mirror_qemu.git/commitdiff
clock_t fixes
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 7 Apr 2003 21:34:27 +0000 (21:34 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 7 Apr 2003 21:34:27 +0000 (21:34 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@82 c046a42c-6fe2-441c-8c8c-71466251a162

syscall-i386.h

index 9bc35f1ca3e24b1e8abaddee1aea0e90b6211579..dae9be4e1294c565e1507f860179f219bc706476 100644 (file)
@@ -427,8 +427,8 @@ typedef struct target_siginfo {
                        pid_t _pid;             /* which child */
                        uid_t _uid;             /* sender's uid */
                        int _status;            /* exit code */
-                       clock_t _utime;
-                       clock_t _stime;
+                       target_clock_t _utime;
+                        target_clock_t _stime;
                } _sigchld;
 
                /* SIGILL, SIGFPE, SIGSEGV, SIGBUS */