glibc/iconv/Versions
Florian Weimer ba7b4d294b Complete the removal of __gconv_translit_find
Prior to the 2.20 release, the function was just changed to fail
unconditionally, in commit a1a6a401ab.
This commit removes the function completely, including gconv bits
which depend on it.

This changes the gconv ABI, which is not a public interface.
2014-09-12 09:17:32 +02:00

14 lines
274 B
Plaintext

libc {
GLIBC_2.1 {
# i*
iconv; iconv_open; iconv_close;
}
GLIBC_PRIVATE {
# functions shared with iconv program
__gconv_get_alias_db; __gconv_get_cache; __gconv_get_modules_db;
# function used by the gconv modules
__gconv_transliterate;
}
}