svn commit: trunk/uClibc/libc/misc/wctype

psm at uclibc.org psm at uclibc.org
Tue Dec 6 14:37:45 UTC 2005


Author: psm
Date: 2005-12-06 06:37:18 -0800 (Tue, 06 Dec 2005)
New Revision: 12698

Log:
Add needed prototypes removed from generic header

Modified:
   trunk/uClibc/libc/misc/wctype/wctype.c


Changeset:
Modified: trunk/uClibc/libc/misc/wctype/wctype.c
===================================================================
--- trunk/uClibc/libc/misc/wctype/wctype.c	2005-12-06 14:35:12 UTC (rev 12697)
+++ trunk/uClibc/libc/misc/wctype/wctype.c	2005-12-06 14:37:18 UTC (rev 12698)
@@ -46,6 +46,10 @@
 
 #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. */




More information about the uClibc-cvs mailing list