diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-10 13:13:26 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-10 13:13:26 +0100 |
commit | 6fb9aa575e35f59c224acd48006b9c7a7063099c (patch) | |
tree | 3314d03c63bc673f50db2e652f2ab5a8b3c24104 | |
parent | 6f633b7aef2af2801d059acda48b424fc12c71ac (diff) |
add libc_hidden_proto for wcs[n]casecmp_l
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
-rw-r--r-- | include/wchar.h | 2 |
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 |