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/l10nflist.c')
-rw-r--r--newlib/libc/sys/linux/intl/l10nflist.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/newlib/libc/sys/linux/intl/l10nflist.c b/newlib/libc/sys/linux/intl/l10nflist.c
index 564df73fb..1a5cf1e0c 100644
--- a/newlib/libc/sys/linux/intl/l10nflist.c
+++ b/newlib/libc/sys/linux/intl/l10nflist.c
@@ -1,6 +1,4 @@
-#include <newlib.h>
-
-#ifdef _MB_CAPABLE
+#ifdef MB_CAPABLE
/* Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
@@ -420,4 +418,4 @@ stpcpy (dest, src)
}
#endif
-#endif /* _MB_CAPABLE */
+#endif /* MB_CAPABLE */