Commit 8c8f42f76c3393ca23553fa025357e20c73744f2
1 parent
51fe6890
clock_t fixes
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@82 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
2 deletions
syscall-i386.h
... | ... | @@ -427,8 +427,8 @@ typedef struct target_siginfo { |
427 | 427 | pid_t _pid; /* which child */ |
428 | 428 | uid_t _uid; /* sender's uid */ |
429 | 429 | int _status; /* exit code */ |
430 | - clock_t _utime; | |
431 | - clock_t _stime; | |
430 | + target_clock_t _utime; | |
431 | + target_clock_t _stime; | |
432 | 432 | } _sigchld; |
433 | 433 | |
434 | 434 | /* SIGILL, SIGFPE, SIGSEGV, SIGBUS */ | ... | ... |