Hacker News new | ask | show | jobs
by jharsman 5415 days ago
readdir() is implemented in libc, not the kernel. The kernel interface is getdents() and that has a configurable buffer size.