Cont the last commit.

pull/70/head
Yifan Wu 3 years ago
parent b7476045cc
commit 15a7033af6

@ -6,7 +6,7 @@ extern crate user_lib;
use user_lib::{fork, wait, exit};
const MAX_CHILD: usize = 40;
const MAX_CHILD: usize = 30;
#[no_mangle]
pub fn main() -> i32 {
@ -31,4 +31,4 @@ pub fn main() -> i32 {
}
println!("forktest pass.");
0
}
}

Loading…
Cancel
Save