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/finddomain.c')
-rw-r--r--newlib/libc/sys/linux/intl/finddomain.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/sys/linux/intl/finddomain.c b/newlib/libc/sys/linux/intl/finddomain.c
index 4f27790be..f64305776 100644
--- a/newlib/libc/sys/linux/intl/finddomain.c
+++ b/newlib/libc/sys/linux/intl/finddomain.c
@@ -1,6 +1,4 @@
-#include <newlib.h>
-
-#ifdef _MB_CAPABLE
+#ifdef MB_CAPABLE
/* Handle list of needed message catalogs
Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
@@ -219,4 +217,4 @@ free_mem (void)
text_set_element (__libc_subfreeres, free_mem);
#endif
-#endif /* _MB_CAPABLE */
+#endif /* MB_CAPABLE */