Explorar o código

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

Peter S. Mazinger %!s(int64=18) %!d(string=hai) anos
pai
achega
613056212c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>