[git commit prelink] add libc_hidden_proto for wcs[n]casecmp_l

Peter S. Mazinger ps.m at gmx.net
Wed Mar 30 11:53:36 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=6fb9aa575e35f59c224acd48006b9c7a7063099c
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/prelink

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 include/wchar.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/wchar.h b/include/wchar.h
index 650c399..3d477ba 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
 
-- 
1.7.3.4



More information about the uClibc-cvs mailing list