starry_api

Function sys_getdents64

Source
pub fn sys_getdents64(
    fd: i32,
    buf: UserPtr<c_void>,
    len: usize,
) -> LinuxResult<isize>