about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/tst-readdir64-compat.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
| | | | | | | * All files with FSF copyright notices: Update copyright dates using scripts/update-copyrights. * locale/programs/charmap-kw.h: Regenerated. * locale/programs/locfile-kw.h: Likewise.
* compat getdents64: Use correct offset for retry [BZ #23972]Florian Weimer2018-12-101-0/+4
| | | | | d_off is the offset of the *next* entry, not the offset of the current entry.
* Linux: Rewrite __old_getdents64 [BZ #23497]Florian Weimer2018-08-101-0/+111
Commit 298d0e3129c0b5137f4989275b13fe30d0733c4d ("Consolidate Linux getdents{64} implementation") broke the implementation because it does not take into account struct offset differences. The new implementation is close to the old one, before the consolidation, but has been cleaned up slightly.