Function sys_fstat

Source
pub(super) fn sys_fstat(
    task: &Sel4Task,
    fd: usize,
    stat_ptr: *mut Stat,
) -> SysResult