From 6fb9aa575e35f59c224acd48006b9c7a7063099c Mon Sep 17 00:00:00 2001
From: "Peter S. Mazinger" <ps.m@gmx.net>
Date: Thu, 10 Mar 2011 13:13:26 +0100
Subject: add libc_hidden_proto for wcs[n]casecmp_l

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

(limited to 'include')

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
 
-- 
cgit v1.2.3