diff options
author | Andreas Jaeger <aj@suse.de> | 2013-02-17 16:26:35 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2013-02-17 16:34:04 +0100 |
commit | f238fd190bbfc57f5678ca5c5975b92bfb21e040 (patch) | |
tree | 43dacfd92e166cef0044b98c1fc6e58a41636df8 /iconv/Versions | |
parent | bd07f23c4ab55f6606ba656d5ec1e0cbc9b4f356 (diff) | |
download | glibc-f238fd190bbfc57f5678ca5c5975b92bfb21e040.tar.gz |
Sort Versions files
Diffstat (limited to 'iconv/Versions')
-rw-r--r-- | iconv/Versions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iconv/Versions b/iconv/Versions index 7f09ed49c4..5d50cf11e2 100644 --- a/iconv/Versions +++ b/iconv/Versions @@ -1,10 +1,10 @@ libc { GLIBC_2.1 { # i* - iconv_open; iconv; iconv_close; + iconv; iconv_open; iconv_close; } GLIBC_PRIVATE { # functions shared with iconv program - __gconv_get_alias_db; __gconv_get_modules_db; __gconv_get_cache; + __gconv_get_alias_db; __gconv_get_cache; __gconv_get_modules_db; } } |