summaryrefslogtreecommitdiff
path: root/libc/misc/wctype
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-06 14:37:18 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-06 14:37:18 +0000
commit62f5e95233ea075bd1c9113764e3983ba27e5bd0 (patch)
treecb08ae5feb7433c3123fc82b3118708df5c1d817 /libc/misc/wctype
parent8d6c011afe3bd8ff312e8b3bc54013b5eeeaa582 (diff)
Add needed prototypes removed from generic header
Diffstat (limited to 'libc/misc/wctype')
-rw-r--r--libc/misc/wctype/wctype.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libc/misc/wctype/wctype.c b/libc/misc/wctype/wctype.c
index aa2b97d60..c256400e7 100644
--- a/libc/misc/wctype/wctype.c
+++ b/libc/misc/wctype/wctype.c
@@ -46,6 +46,10 @@ extern wctype_t __wctype (__const char *__property) attribute_hidden;
#ifdef __UCLIBC_HAS_XLOCALE__
#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;
+extern wint_t __towctrans_l(wint_t __wc, wctrans_t __desc, __locale_t __locale) __THROW;
#endif /* __UCLIBC_HAS_XLOCALE__ */
/* We know wide char support is enabled. We wouldn't be here otherwise. */