fmt & fixed
This commit is contained in:
parent
f45e14bfeb
commit
76ac3b9886
6 changed files with 21 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
|||
//! Process management syscalls
|
||||
|
||||
use crate::task::{exit_current_and_run_next, suspend_current_and_run_next, change_program_brk};
|
||||
use crate::task::{change_program_brk, exit_current_and_run_next, suspend_current_and_run_next};
|
||||
use crate::timer::get_time_ms;
|
||||
|
||||
/// task exits and submit an exit code
|
||||
|
@ -28,4 +28,4 @@ pub fn sys_sbrk(size: i32) -> isize {
|
|||
} else {
|
||||
-1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue