diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-04-14 13:54:07 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-10-02 09:20:49 -0300 |
commit | e9c542898335ba982c9ffcf0bf3fb7fe3953c523 (patch) | |
tree | c3f7ada1f242b561d4f8256db0a23e5031ac9b88 /sysdeps/unix/sysv/linux/exit-thread.h | |
parent | 676af4dd4a3cbff25308f67e1f1c78a92044bf23 (diff) | |
download | glibc-e9c542898335ba982c9ffcf0bf3fb7fe3953c523.tar.gz |
linux: Use getdents64 on readdir64 compat implementation
It uses a similar strategy from the non-LFS readdir that also
uses getdents64 internally and reserves some space on the allocated
internal DIR buffer to be used as a temporary buffer. The kernel
obtained dirent64 data are copied to the temporary buffer for each
readdir compat call.
It allows to remove __old_getdents64.
Checked on i686-linux-gnu.
Diffstat (limited to 'sysdeps/unix/sysv/linux/exit-thread.h')
0 files changed, 0 insertions, 0 deletions