Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xing Lin
qemu
Commits
8c8f42f7
Commit
8c8f42f7
authored
Apr 07, 2003
by
bellard
Browse files
clock_t fixes
git-svn-id:
svn://svn.savannah.nongnu.org/qemu/trunk@82
c046a42c-6fe2-441c-8c8c-71466251a162
parent
51fe6890
Changes
1
Hide whitespace changes
Inline
Side-by-side
syscall-i386.h
View file @
8c8f42f7
...
...
@@ -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 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment