starry_api

Function sys_waitpid

Source
pub fn sys_waitpid(
    pid: i32,
    exit_code_ptr: UserPtr<i32>,
    options: u32,
) -> LinuxResult<isize>