Source: glibc Followup-For: Bug #1079443 X-Debbugs-Cc: tj.iam...@proton.me Control: retitle -1 fts_build() calling __getdents breaks 32bit on 64bit
mjt identified that as well as this report's armhf emulation on 64 bit host he can reproduce the apparent problem with i386: Quotes: see comment #12 in [0] it looks like the prob is in fts in glibc, who calls __getdents() instead of __getdents64 gdb'ing this on i386 also leads to __readdir and not __readdir64 if it called getdents() instead of __getdents(), it would be aliased to getdents64 with LFS [0] https://sourceware.org/bugzilla/show_bug.cgi?id=23960#c12