svn commit: trunk/uClibc/test/time

sjhill at uclibc.org sjhill at uclibc.org
Sat Apr 21 19:42:22 UTC 2007


Author: sjhill
Date: 2007-04-21 12:42:21 -0700 (Sat, 21 Apr 2007)
New Revision: 18510

Log:
This test needs XLOCALE to work.


Modified:
   trunk/uClibc/test/time/tst-ftime_l.c


Changeset:
Modified: trunk/uClibc/test/time/tst-ftime_l.c
===================================================================
--- trunk/uClibc/test/time/tst-ftime_l.c	2007-04-21 17:28:51 UTC (rev 18509)
+++ trunk/uClibc/test/time/tst-ftime_l.c	2007-04-21 19:42:21 UTC (rev 18510)
@@ -3,7 +3,7 @@
 #include <string.h>
 #include <time.h>
 #include <features.h>
-#if defined __UCLIBC_HAS_WCHAR__ && defined __UCLIBC_HAS_LOCALE__
+#ifdef __UCLIBC_HAS_XLOCALE__
 #include <locale.h>
 #include <wchar.h>
 




More information about the uClibc-cvs mailing list