diff options
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index efeddb6fe1..1e547d3b4d 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -127,6 +127,8 @@ size_t _dl_phnum; #ifdef NEED_DL_SYSINFO /* Needed for improved syscall handling on at least x86/Linux. */ uintptr_t _dl_sysinfo = DL_SYSINFO_DEFAULT; +/* Address of the unwind info for the vsyscall page. */ +uintptr_t _dl_sysinfo_eh_frame; #endif /* During the program run we must not modify the global data of |