blob: 60ab10a2775885157b8e9ae6f0871c514fc3cb86 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001libc {
2 GLIBC_2.1 {
3 # i*
4 iconv; iconv_open; iconv_close;
5 }
6 GLIBC_PRIVATE {
7 # functions shared with iconv program
8 __gconv_get_alias_db; __gconv_get_cache; __gconv_get_modules_db;
9
10 # function used by the gconv modules
11 __gconv_transliterate;
12 }
13}