浏览代码

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

Peter S. Mazinger 18 年之前
父节点
当前提交
613056212c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>