diff options
Diffstat (limited to 'iconv/Versions')
-rw-r--r-- | iconv/Versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iconv/Versions b/iconv/Versions index 577a54867d..8d6b70c53e 100644 --- a/iconv/Versions +++ b/iconv/Versions @@ -6,4 +6,8 @@ libc { # i* iconv_open; iconv; iconv_close; } + GLIBC_2.2.5 { + # variable shared with iconv program + __gconv_cache; + } } |