about summary refs log tree commit diff
path: root/sysdeps
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 /sysdeps
parentc27714f111289f078c9787649f768b3e749f71f9 (diff)
downloadglibc-51ccffa07492653935c6333cfc71c521c0e345e4.tar.gz
glibc-51ccffa07492653935c6333cfc71c521c0e345e4.tar.xz
glibc-51ccffa07492653935c6333cfc71c521c0e345e4.zip
Use correct scandir64 implementation on ppc64
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c1
1 files changed, 1 insertions, 0 deletions
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>