summaryrefslogtreecommitdiff
path: root/elf/dl-iteratephdr.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-04-14 13:54:07 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-10-02 09:20:49 -0300
commite9c542898335ba982c9ffcf0bf3fb7fe3953c523 (patch)
treec3f7ada1f242b561d4f8256db0a23e5031ac9b88 /elf/dl-iteratephdr.c
parent676af4dd4a3cbff25308f67e1f1c78a92044bf23 (diff)
downloadglibc-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 'elf/dl-iteratephdr.c')
0 files changed, 0 insertions, 0 deletions