diff options
author | 2005-05-22 23:03:25 +0000 | |
---|---|---|
committer | 2005-05-22 23:03:25 +0000 | |
commit | 2f4db0dfc8a6ef59e2d99a3e1688383f3dabdc57 (patch) | |
tree | c5c7c68e6439722c7f9b48fab80e64497dcf33d1 | |
parent | * locales/mn_MN: Update. Patch by Sanlig Badral <s_badral@yahoo.com>. (diff) | |
download | glibc-cvs/fedora-glibc-20050523T1354.tar.gz glibc-cvs/fedora-glibc-20050523T1354.tar.bz2 glibc-cvs/fedora-glibc-20050523T1354.zip |
* elf/rtld.c: Include <dl-osinfo.h>.cvs/fedora-glibc-20050523T1354
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | elf/rtld.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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 diff --git a/elf/rtld.c b/elf/rtld.c index 912d63519d..615eb91fca 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -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> |