Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/intl/localealias.c')
-rw-r--r--newlib/libc/sys/linux/intl/localealias.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/sys/linux/intl/localealias.c b/newlib/libc/sys/linux/intl/localealias.c
index f3a892342..03b6304cc 100644
--- a/newlib/libc/sys/linux/intl/localealias.c
+++ b/newlib/libc/sys/linux/intl/localealias.c
@@ -1,6 +1,4 @@
-#include <newlib.h>
-
-#ifdef _MB_CAPABLE
+#ifdef MB_CAPABLE
/* Handle aliases for locale names.
Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
@@ -442,4 +440,4 @@ alias_compare (map1, map2)
#endif
}
-#endif /* _MB_CAPABLE */
+#endif /* MB_CAPABLE */