From 8c8f42f76c3393ca23553fa025357e20c73744f2 Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 7 Apr 2003 21:34:27 +0000 Subject: [PATCH] clock_t fixes git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@82 c046a42c-6fe2-441c-8c8c-71466251a162 --- syscall-i386.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syscall-i386.h b/syscall-i386.h index 9bc35f1ca3..dae9be4e12 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 */