This commit is contained in:
Paul Sajna
2018-03-11 21:24:06 -07:00
parent b35abd1065
commit 211f95155a
+1 -1
View File
@@ -11,7 +11,7 @@ use resource::rusage;
#[no_mangle]
pub unsafe extern "C" fn wait(stat_loc: *mut c_int) -> pid_t {
waitpid(0-1, stat_loc, 0)
waitpid(0 - 1, stat_loc, 0)
}
#[no_mangle]