diff options
Diffstat (limited to 'elf/Versions')
-rw-r--r-- | elf/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/Versions b/elf/Versions index b72cedbcef..2506d100a6 100644 --- a/elf/Versions +++ b/elf/Versions @@ -14,6 +14,9 @@ libc { # functions used in other libraries _dl_sym; _dl_vsym; } + GLIBC_2.2.4 { + dl_iterate_phdr; + } } ld { |