diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-28 06:19:42 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-01 07:17:22 -0500 |
commit | db6af3ebf46a83b885455dc03a3c2c1c2c2dedec (patch) | |
tree | 942a59c7de0033cf9ab3231523130c323fa4b80c /wcsmbs/Versions | |
parent | 8ea79a616e43093f403927e425c197afe39196b7 (diff) | |
download | glibc-db6af3ebf46a83b885455dc03a3c2c1c2c2dedec.tar glibc-db6af3ebf46a83b885455dc03a3c2c1c2c2dedec.tar.gz glibc-db6af3ebf46a83b885455dc03a3c2c1c2c2dedec.tar.bz2 glibc-db6af3ebf46a83b885455dc03a3c2c1c2c2dedec.zip |
Add uchar.h support, part 1
c16 support for locales other than the C locale is still missing.
Diffstat (limited to 'wcsmbs/Versions')
-rw-r--r-- | wcsmbs/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wcsmbs/Versions b/wcsmbs/Versions index b6dfa85a40..10bccc9539 100644 --- a/wcsmbs/Versions +++ b/wcsmbs/Versions @@ -28,4 +28,7 @@ libc { __isoc99_wscanf; __isoc99_vwscanf; __isoc99_fwscanf; __isoc99_vfwscanf; __isoc99_swscanf; __isoc99_vswscanf; } + GLIBC_2.16 { + mbrtoc16; c16rtomb; mbrtoc32; c32rtomb; + } } |