Skip to main content

sys_getdents

Function sys_getdents 

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

SYS_GETDENTS (430): Read directory entries.