Преглед на файлове

add libc_hidden_proto for wcs[n]casecmp_l

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Peter S. Mazinger преди 13 години
родител
ревизия
6fb9aa575e
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      include/wchar.h

+ 2 - 0
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