summaryrefslogtreecommitdiff
path: root/test/string
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-28 12:28:21 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-28 12:28:21 +0000
commit613056212cd944bd886872d1f663d5f053487e16 (patch)
tree8372fb8465d729d35270adf0d1cd72eeea95e3ec /test/string
parent2f9d92c9be61ec82ba71903ee218008ff527c37a (diff)
freelocale() and strxfrm_l() exist only if XLOCALE is enabled
Diffstat (limited to 'test/string')
-rw-r--r--test/string/tst-strxfrm.c2
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>