[uClibc-cvs] uClibc/include wchar.h,1.5,1.6

Manuel Novoa III mjn3 at uclibc.org
Wed Jan 14 06:31:01 UTC 2004


Update of /var/cvs/uClibc/include
In directory nail:/tmp/cvs-serv22814/include

Modified Files:
	wchar.h 
Log Message:
Add a dummy (always fails) wcsftime.  This is needed for the libstdc++ locale
implementation to build.  Later this month I'll add a functional wcsftime.


Index: wchar.h
===================================================================
RCS file: /var/cvs/uClibc/include/wchar.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- wchar.h	6 Sep 2003 03:28:11 -0000	1.5
+++ wchar.h	14 Jan 2004 06:30:58 -0000	1.6
@@ -842,7 +842,6 @@
 #endif
 
 
-#if 0
 __BEGIN_NAMESPACE_C99
 /* Format TP into S according to FORMAT.
    Write no more than MAXSIZE wide characters and return the number
@@ -868,7 +867,6 @@
 			  __locale_t __loc) __THROW;
 #endif /* __UCLIBC_HAS_XLOCALE__ */
 # endif
-#endif /* 0 */
 
 /* The X/Open standard demands that most of the functions defined in
    the <wctype.h> header must also appear here.  This is probably




More information about the uClibc-cvs mailing list