mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-03 04:01:43 +08:00
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
|
libc {
|
||
|
GLIBC_2.1 {
|
||
|
# global variables
|
||
|
__gconv_alias_db; __gconv_nmodules; __gconv_modules_db;
|
||
|
|
||
|
# i*
|
||
|
iconv_open; iconv; iconv_close;
|
||
|
}
|
||
|
}
|