about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-05-06 17:11:12 -0700
committerRoland McGrath <roland@hack.frob.com>2013-05-06 17:11:12 -0700
commita9173057496fb751210f857dbd2310e9ed8431c3 (patch)
tree868c7113691aeebe38bc0b8df3d6cd51779e95da
parent976e2f038121745bedac1ebc76a1b270bd006133 (diff)
downloadglibc-a9173057496fb751210f857dbd2310e9ed8431c3.tar.gz
glibc-a9173057496fb751210f857dbd2310e9ed8431c3.tar.xz
glibc-a9173057496fb751210f857dbd2310e9ed8431c3.zip
Fix glob64 broken by cleanup.
-rw-r--r--ChangeLog2
-rw-r--r--sysdeps/unix/sysv/linux/wordsize-64/glob64.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bc3e7d0d3a..540cb213ac 100644
--- 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
index 0000000000..eab7703d5c
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/wordsize-64/glob64.c
@@ -0,0 +1,2 @@
+/* This file is here so sysdeps/gnu/glob64.c doesn't take precedence.  */
+#include <sysdeps/wordsize-64/glob64.c>