diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-28 12:28:21 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-28 12:28:21 +0000 |
commit | 613056212cd944bd886872d1f663d5f053487e16 (patch) | |
tree | 8372fb8465d729d35270adf0d1cd72eeea95e3ec | |
parent | 2f9d92c9be61ec82ba71903ee218008ff527c37a (diff) |
freelocale() and strxfrm_l() exist only if XLOCALE is enabled
-rw-r--r-- | test/string/tst-strxfrm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/string/tst-strxfrm.c b/test/string/tst-strxfrm.c index f1c036bcb..ff1b396be 100644 --- a/test/string/tst-strxfrm.c +++ b/test/string/tst-strxfrm.c @@ -1,6 +1,6 @@ /* Based on a test case by Paul Eggert. */ #include <features.h> -#ifdef __UCLIBC_HAS_LOCALE__ +#ifdef __UCLIBC_HAS_XLOCALE__ #include <locale.h> #include <stdio.h> #include <stdlib.h> |