Skip to main content

sys_read

Function sys_read 

Source
pub fn sys_read(
    fd: u32,
    buf_ptr: u64,
    buf_len: u64,
) -> Result<u64, SyscallError>
Expand description

Syscall handler for reading from a file.