aboutsummaryrefslogtreecommitdiffstats
path: root/libc/libc.arm.map
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-04-28 18:22:06 -0700
committerElliott Hughes <enh@google.com>2016-04-28 18:22:06 -0700
commit7ba106c784e0566f4e246c1d814f32eb31467f86 (patch)
treef4cef7e2b13dce81973908c96e2836d643a1f258 /libc/libc.arm.map
parentbd8773d19d96cd8794f944ce5f93f4feb43e386b (diff)
downloadandroid_bionic-7ba106c784e0566f4e246c1d814f32eb31467f86.tar.gz
android_bionic-7ba106c784e0566f4e246c1d814f32eb31467f86.tar.bz2
android_bionic-7ba106c784e0566f4e246c1d814f32eb31467f86.zip
Fix <wctype.h>.
* Fix the return type of towlower_l/towupper_l. * Implement wctrans/wctrans_l/towctrans/towctrans_l. * Move declarations that POSIX says are available from both <wchar.h> and <wctype.h> to <bits/wctype.h> and include from both POSIX headers. * Write the missing tests. Change-Id: I3221da5f3d7e8a2fb0a7619dc724de45f7b55398
Diffstat (limited to 'libc/libc.arm.map')
-rw-r--r--libc/libc.arm.map4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/libc.arm.map b/libc/libc.arm.map
index 4e69bf112..8628ed166 100644
--- a/libc/libc.arm.map
+++ b/libc/libc.arm.map
@@ -1291,6 +1291,10 @@ LIBC_O {
sigrelse;
sigset;
sync_file_range;
+ towctrans;
+ towctrans_l;
+ wctrans;
+ wctrans_l;
} LIBC_N;
LIBC_PRIVATE {