From 9a1f71a7238deea567c3e3bd95c8ec5fd973f54d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 1 Sep 2001 19:03:22 +0000 Subject: Update. 2001-09-01 Ulrich Drepper * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and export it. * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache. * iconv/iconv_prog.c (insert_cache): New function. (print_known_names): If cache is used call insert_cache to use the information from the cache [PR libc/2509]. --- iconv/Versions | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'iconv/Versions') 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; + } } -- cgit v1.2.3