diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-04-21 19:43:06 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-04-21 19:43:06 +0000 |
| commit | 5e1c29a5652813619acffb85efbdbc10b9903de0 (patch) | |
| tree | 38b8489d3d6ac572804d02c487cf32dcfca706b7 | |
| parent | 3fe9b61e6f4e6ca0e72ad61b0c32ef57d6e1a7b0 (diff) | |
| download | uClibc-alpine-5e1c29a5652813619acffb85efbdbc10b9903de0.tar.bz2 uClibc-alpine-5e1c29a5652813619acffb85efbdbc10b9903de0.tar.xz | |
Merge from trunk.
| -rw-r--r-- | test/time/tst-ftime_l.c | 2 |
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> |
