Function sys_read

Source
pub(super) async fn sys_read(
    task: &Sel4Task,
    fd: usize,
    bufp: *const u8,
    count: usize,
) -> SysResult