Pārlūkot izejas kodu

freelocale() and strxfrm_l() exist only if XLOCALE is enabled

Peter S. Mazinger 18 gadi atpakaļ
vecāks
revīzija
613056212c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      test/string/tst-strxfrm.c

+ 1 - 1
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>