From 613056212cd944bd886872d1f663d5f053487e16 Mon Sep 17 00:00:00 2001
From: "Peter S. Mazinger" <ps.m@gmx.net>
Date: Tue, 28 Feb 2006 12:28:21 +0000
Subject: freelocale() and strxfrm_l() exist only if XLOCALE is enabled

---
 test/string/tst-strxfrm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/string')

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>
-- 
cgit v1.2.3