]> sourceware.org Git - glibc.git/blob - iconv/Versions
d51af52fa34b8793b88ec615de7de3503eda67be
[glibc.git] / iconv / Versions
1 libc {
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 # functions used elsewhere in glibc
11 __gconv_open; __gconv_create_spec; __gconv_destroy_spec;
12
13 # function used by the gconv modules
14 __gconv_transliterate;
15 }
16 }
This page took 0.043942 seconds and 6 git commands to generate.