浏览代码

Enable __iswctype_l prototype

Peter S. Mazinger 20 年之前
父节点
当前提交
b86c66e8f9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/misc/wctype/wctype.c

+ 1 - 1
libc/misc/wctype/wctype.c

@@ -48,7 +48,7 @@ extern wctype_t __wctype (__const char *__property) attribute_hidden;
 #include <xlocale.h>
 extern wint_t __towlower_l(wint_t __wc, __locale_t __locale) __THROW;
 extern wint_t __towupper_l(wint_t __wc, __locale_t __locale) __THROW;
-//extern int __iswctype_l(wint_t __wc, wctype_t __desc, __locale_t __locale) __THROW attribute_hidden;
+extern int __iswctype_l(wint_t __wc, wctype_t __desc, __locale_t __locale) __THROW attribute_hidden;
 extern wint_t __towctrans_l(wint_t __wc, wctrans_t __desc, __locale_t __locale) __THROW;
 #endif /* __UCLIBC_HAS_XLOCALE__ */