mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-19 05:53:43 +03:00
The getdents64 syscall adds on 32-but platforms padding which isn't needed and not included in the userlevel data structure definition. We have to avoid copying those padding bytes in the readdir64_r function.