diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-01 18:48:34 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-01 21:24:44 +0100 |
commit | d0d4f8689dcc4a975c9065534c54447e09433e85 (patch) | |
tree | 9b97deda411cb7ed58aee97282e6ce21e0b86d5a /elf | |
parent | 6f796e1b5252490e23d42a0aa3a5c35e28f1f5af (diff) | |
download | glibc-d0d4f8689dcc4a975c9065534c54447e09433e85.zip glibc-d0d4f8689dcc4a975c9065534c54447e09433e85.tar.gz glibc-d0d4f8689dcc4a975c9065534c54447e09433e85.tar.bz2 |
Fix build for !(defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO).
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index fd72c1b..81e7172 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -165,8 +165,8 @@ const ElfW(Ehdr) *_dl_sysinfo_dso; struct link_map *_dl_sysinfo_map; # include "get-dynamic-info.h" -# include "setup-vdso.h" #endif +#include "setup-vdso.h" /* During the program run we must not modify the global data of loaded shared object simultanously in two threads. Therefore we |