diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-08 14:36:57 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-08 14:36:57 +0000 |
commit | b86c66e8f91d252ce976ff1163122f5326f6932f (patch) | |
tree | 022b19a10c04883a1bb5be35c60042a27032fc1a | |
parent | 11b9aee8ff8c9ab70ef6e5b6d68f75cd8a44c4d5 (diff) |
Enable __iswctype_l prototype
-rw-r--r-- | libc/misc/wctype/wctype.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/wctype/wctype.c b/libc/misc/wctype/wctype.c index 77d7572da..8ef373205 100644 --- a/libc/misc/wctype/wctype.c +++ b/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__ */ |