2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-03-25 13:51:04 +08:00

Use correct scandir64 implementation on ppc64

This commit is contained in:
Andreas Schwab 2011-08-20 08:33:42 -04:00 committed by Ulrich Drepper
parent c27714f111
commit 51ccffa074
2 changed files with 6 additions and 0 deletions
ChangeLog
sysdeps/unix/sysv/linux/powerpc/powerpc32

@ -1,3 +1,8 @@
2011-08-19 Andreas Schwab <schwab@redhat.com>
* sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
2011-08-14 David S. Miller <davem@firepit.lan>
* sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The

@ -0,0 +1 @@
#include <sysdeps/unix/sysv/linux/i386/scandir64.c>