Commit 8c8f42f76c3393ca23553fa025357e20c73744f2

Authored by bellard
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,8 +427,8 @@ typedef struct target_siginfo {
427 pid_t _pid; /* which child */ 427 pid_t _pid; /* which child */
428 uid_t _uid; /* sender's uid */ 428 uid_t _uid; /* sender's uid */
429 int _status; /* exit code */ 429 int _status; /* exit code */
430 - clock_t _utime;  
431 - clock_t _stime; 430 + target_clock_t _utime;
  431 + target_clock_t _stime;
432 } _sigchld; 432 } _sigchld;
433 433
434 /* SIGILL, SIGFPE, SIGSEGV, SIGBUS */ 434 /* SIGILL, SIGFPE, SIGSEGV, SIGBUS */