mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Perform some minor fixups
This commit is contained in:
parent
ca88ce5026
commit
4e93750afd
9 changed files with 24 additions and 50 deletions
|
@ -32,9 +32,5 @@
|
|||
* @asyncsignalsafe
|
||||
*/
|
||||
int wait3(int *opt_out_wstatus, int options, struct rusage *opt_out_rusage) {
|
||||
if (!IsWindows()) {
|
||||
return sys_wait4(-1, opt_out_wstatus, options, opt_out_rusage);
|
||||
} else {
|
||||
return enosys(); /* TODO(jart) */
|
||||
}
|
||||
return wait4(-1, opt_out_wstatus, options, opt_out_rusage);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue