sys: Spawn → SpawnProcess
This commit is contained in:
parent
da62b5b533
commit
76d8235411
@ -303,7 +303,7 @@ fn syscall_handler(func: SyscallFunction, args: &[u64]) -> Result<usize, Error>
|
||||
})
|
||||
}
|
||||
// Process management
|
||||
SyscallFunction::Spawn => {
|
||||
SyscallFunction::SpawnProcess => {
|
||||
let options = arg_user_ref::<SpawnOptions>(args[0] as usize)?;
|
||||
|
||||
run_with_io(&process, |mut io| {
|
||||
|
Loading…
x
Reference in New Issue
Block a user