Function sysp_wait

Source
#[no_mangle]
pub extern "C" fn sysp_wait(
    pid: Pid,
    exit_code: OptionalPtrMut<usize>,
) -> SyscallResult
Expand description

Waits for a child process with the pid pid to exit

§Returns