diff options
Diffstat (limited to 'elf/dl-support.c')
-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 fd72c1b2ad..81e71720c6 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 |