summaryrefslogtreecommitdiff
path: root/test/time
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-04-21 19:42:21 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-04-21 19:42:21 +0000
commit05cf902829be6dd8a33d2d40862f1a35efaaf786 (patch)
treecc1fd86810ca1944541dd8260132cb8d7794afbe /test/time
parentab4c9a42cedb04a9968751558c769f43fac2dea7 (diff)
This test needs XLOCALE to work.
Diffstat (limited to 'test/time')
-rw-r--r--test/time/tst-ftime_l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/time/tst-ftime_l.c b/test/time/tst-ftime_l.c
index 3786f8c09..95017f1f8 100644
--- a/test/time/tst-ftime_l.c
+++ b/test/time/tst-ftime_l.c
@@ -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>