Cont the last commit.
This commit is contained in:
parent
b7476045cc
commit
15a7033af6
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ extern crate user_lib;
|
||||||
|
|
||||||
use user_lib::{fork, wait, exit};
|
use user_lib::{fork, wait, exit};
|
||||||
|
|
||||||
const MAX_CHILD: usize = 40;
|
const MAX_CHILD: usize = 30;
|
||||||
|
|
||||||
#[no_mangle]
|
#[no_mangle]
|
||||||
pub fn main() -> i32 {
|
pub fn main() -> i32 {
|
||||||
|
@ -31,4 +31,4 @@ pub fn main() -> i32 {
|
||||||
}
|
}
|
||||||
println!("forktest pass.");
|
println!("forktest pass.");
|
||||||
0
|
0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue