mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Fix build for !(defined NEED_DL_SYSINFO || defined NEED_DL_SYSINFO_DSO).
This commit is contained in:
parent
6f796e1b52
commit
d0d4f8689d
@ -1,5 +1,7 @@
|
||||
2012-11-01 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* elf/dl-support.c: Unconditionally include "setup-vdso.h".
|
||||
|
||||
* sysdeps/mach/hurd/powerpc: Remove directory.
|
||||
* sysdeps/mach/powerpc: Likewise.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user