From: bellard Date: Mon, 7 Apr 2003 21:34:27 +0000 (+0000) Subject: clock_t fixes X-Git-Tag: v0.1.5~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c8f42f76c3393ca23553fa025357e20c73744f2;p=thirdparty%2Fqemu.git clock_t fixes git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@82 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/syscall-i386.h b/syscall-i386.h index 9bc35f1ca3e..dae9be4e129 100644 --- a/syscall-i386.h +++ b/syscall-i386.h @@ -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 */