mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
1a1fa20034
* iconvdata/Makefile: iconv-rules: Add definition to use gconv.map linker map for all iconv modules. (distribute): Add gconv.map. * iconvdata/gconv.map: New file.
8 lines
48 B
Plaintext
8 lines
48 B
Plaintext
{
|
|
global:
|
|
gconv;
|
|
gconv_init;
|
|
local:
|
|
*;
|
|
};
|