getdents
Source
Implementation
pub const getdents = switch (native_os) {
.netbsd => private.__getdents30,
else => private.getdents,
}Source
pub const getdents = switch (native_os) {
.netbsd => private.__getdents30,
else => private.getdents,
}