diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-05-22 23:03:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-05-22 23:03:25 +0000 |
commit | 2f4db0dfc8a6ef59e2d99a3e1688383f3dabdc57 (patch) | |
tree | c5c7c68e6439722c7f9b48fab80e64497dcf33d1 | |
parent | 34e4fda3f928282f140130a23499cac341ef686e (diff) | |
download | glibc-2f4db0dfc8a6ef59e2d99a3e1688383f3dabdc57.tar glibc-2f4db0dfc8a6ef59e2d99a3e1688383f3dabdc57.tar.gz glibc-2f4db0dfc8a6ef59e2d99a3e1688383f3dabdc57.tar.bz2 glibc-2f4db0dfc8a6ef59e2d99a3e1688383f3dabdc57.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> |