mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
9a1f71a723
2001-09-01 Ulrich Drepper <drepper@redhat.com> * 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].
14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
libc {
|
|
GLIBC_2.1 {
|
|
# global variables
|
|
__gconv_alias_db; __gconv_modules_db;
|
|
|
|
# i*
|
|
iconv_open; iconv; iconv_close;
|
|
}
|
|
GLIBC_2.2.5 {
|
|
# variable shared with iconv program
|
|
__gconv_cache;
|
|
}
|
|
}
|