From: Roland McGrath Date: Tue, 7 May 2013 00:11:12 +0000 (-0700) Subject: Fix glob64 broken by cleanup. X-Git-Tag: glibc-2.18~319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9173057496fb751210f857dbd2310e9ed8431c3;p=thirdparty%2Fglibc.git Fix glob64 broken by cleanup. --- diff --git a/ChangeLog b/ChangeLog index bc3e7d0d3ae..540cb213ac1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2013-05-06 Roland McGrath + * 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 00000000000..eab7703d5cc --- /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