]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* elf/rtld.c: Include <dl-osinfo.h>. cvs/fedora-glibc-20050523T1354
authorUlrich Drepper <drepper@redhat.com>
Sun, 22 May 2005 23:03:25 +0000 (23:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 22 May 2005 23:03:25 +0000 (23:03 +0000)
ChangeLog
elf/rtld.c

index 58989035a878367f2e017980e227b50db2f1909b..a522ca7d688528bfdb07bda67d2c918137e6e811 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-22  Andreas Schwab  <schwab@suse.de>
+
+       * elf/rtld.c: Include <dl-osinfo.h>.
+
 2005-05-17  Alan Modra  <amodra@bigpond.net.au>
 
        * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Don't use
index 912d63519dc7c279415a5932f05e357988bfb704..615eb91fcaef27481f1204009f9d4e3f7e73e9ce 100644 (file)
@@ -37,6 +37,7 @@
 #include "dl-librecon.h"
 #include <unsecvars.h>
 #include <dl-cache.h>
+#include <dl-osinfo.h>
 #include <dl-procinfo.h>
 #include <tls.h>