summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-07 21:34:27 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2003-04-07 21:34:27 +0000
commit8c8f42f76c3393ca23553fa025357e20c73744f2 (patch)
tree3c8d3a854ce1c5f31b2fd4f199c0bf3b0bc3e4be
parent51fe68905b7638799d32668776a589b546c5fb38 (diff)
downloadqemu-8c8f42f76c3393ca23553fa025357e20c73744f2.tar.gz
clock_t fixes
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@82 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r--syscall-i386.h4
1 files 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 */