Fix glob64 broken by cleanup.
authorRoland McGrath <roland@hack.frob.com>
Tue, 7 May 2013 00:11:12 +0000 (17:11 -0700)
committerRoland McGrath <roland@hack.frob.com>
Tue, 7 May 2013 00:11:12 +0000 (17:11 -0700)
ChangeLog
sysdeps/unix/sysv/linux/wordsize-64/glob64.c [new file with mode: 0644]

index bc3e7d0..540cb21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2013-05-06  Roland McGrath  <roland@hack.frob.com>
 
+       * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
+
        * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
 
        * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
diff --git a/sysdeps/unix/sysv/linux/wordsize-64/glob64.c b/sysdeps/unix/sysv/linux/wordsize-64/glob64.c
new file mode 100644 (file)
index 0000000..eab7703
--- /dev/null
@@ -0,0 +1,2 @@
+/* This file is here so sysdeps/gnu/glob64.c doesn't take precedence.  */
+#include <sysdeps/wordsize-64/glob64.c>