Cont the last commit.

This commit is contained in:
Yifan Wu 2022-01-19 16:39:14 -08:00
parent b7476045cc
commit 15a7033af6

View file

@ -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
}
}