glibc/iconv/Versions
Ulrich Drepper 9a1f71a723 Update.
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].
2001-09-01 19:03:22 +00:00

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;
}
}