Fix ftw64 for MIPS n64.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 17 Nov 2011 02:31:55 +0000 (02:31 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Thu, 17 Nov 2011 02:31:55 +0000 (02:31 +0000)
ChangeLog.mips
sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c [new file with mode: 0644]

index 74c7bdd..abfc2b4 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-17  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
+       sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c: New.
+
 2011-11-11  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/mips/dl-lookup.c: Update from generic version.
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c b/sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c
new file mode 100644 (file)
index 0000000..4638956
--- /dev/null
@@ -0,0 +1 @@
+#include <io/ftw.c>
diff --git a/sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c b/sysdeps/unix/sysv/linux/mips/mips64/n64/ftw64.c
new file mode 100644 (file)
index 0000000..cb02172
--- /dev/null
@@ -0,0 +1 @@
+#include <io/ftw64.c>