diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-08-20 08:33:42 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-20 08:33:42 -0400 |
commit | 51ccffa07492653935c6333cfc71c521c0e345e4 (patch) | |
tree | ab6049b802e41c094e005a2b443554a87c2f5784 | |
parent | c27714f111289f078c9787649f768b3e749f71f9 (diff) | |
download | glibc-51ccffa07492653935c6333cfc71c521c0e345e4.tar glibc-51ccffa07492653935c6333cfc71c521c0e345e4.tar.gz glibc-51ccffa07492653935c6333cfc71c521c0e345e4.tar.bz2 glibc-51ccffa07492653935c6333cfc71c521c0e345e4.zip |
Use correct scandir64 implementation on ppc64
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -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> |