mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00: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;
|
||
|
}
|
||
|
}
|