Function hermit_abi::getdents64

source ·
pub unsafe extern "C" fn getdents64(
    fd: i32,
    dirp: *mut dirent64,
    count: usize
) -> i64
Expand description

getdents64 reads directory entries from the directory referenced by the file descriptor fd into the buffer pointed to by buf.