summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-10 13:13:26 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-10 13:13:26 +0100
commit6fb9aa575e35f59c224acd48006b9c7a7063099c (patch)
tree3314d03c63bc673f50db2e652f2ab5a8b3c24104 /include
parent6f633b7aef2af2801d059acda48b424fc12c71ac (diff)
downloaduClibc-alpine-6fb9aa575e35f59c224acd48006b9c7a7063099c.tar.bz2
uClibc-alpine-6fb9aa575e35f59c224acd48006b9c7a7063099c.tar.xz
add libc_hidden_proto for wcs[n]casecmp_l
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'include')
-rw-r--r--include/wchar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wchar.h b/include/wchar.h
index 650c39975..3d477ba23 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -182,9 +182,11 @@ extern int wcsncasecmp (__const wchar_t *__s1, __const wchar_t *__s2,
extern int wcscasecmp_l (__const wchar_t *__s1, __const wchar_t *__s2,
__locale_t __loc) __THROW;
+libc_hidden_proto(wcscasecmp_l)
extern int wcsncasecmp_l (__const wchar_t *__s1, __const wchar_t *__s2,
size_t __n, __locale_t __loc) __THROW;
+libc_hidden_proto(wcsncasecmp_l)
#endif /* __UCLIBC_HAS_XLOCALE__ */
#endif