about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-08-20 08:33:42 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-20 08:33:42 -0400
commit51ccffa07492653935c6333cfc71c521c0e345e4 (patch)
treeab6049b802e41c094e005a2b443554a87c2f5784
parentc27714f111289f078c9787649f768b3e749f71f9 (diff)
downloadglibc-51ccffa07492653935c6333cfc71c521c0e345e4.tar.gz
glibc-51ccffa07492653935c6333cfc71c521c0e345e4.tar.xz
glibc-51ccffa07492653935c6333cfc71c521c0e345e4.zip
Use correct scandir64 implementation on ppc64
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 99fee4d855..bd889dee71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c b/sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c
new file mode 100644
index 0000000000..506fd8877c
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c
@@ -0,0 +1 @@
+#include <sysdeps/unix/sysv/linux/i386/scandir64.c>