summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--newlib/libc/include/wchar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/wchar.h b/newlib/libc/include/wchar.h
index f4996ecc5..3a2b89b08 100644
--- a/newlib/libc/include/wchar.h
+++ b/newlib/libc/include/wchar.h
@@ -33,7 +33,7 @@ typedef __gnuc_va_list va_list;
#endif
#endif /* __POSIX_VISIBLE >= 200809 || __XSI_VISIBLE */
-#if __XSI_VISIBLE /* && __XSI_VISIBLE < 800 */
+#if __XSI_VISIBLE /* && __XSI_VISIBLE < 800 */ && !__GNU_VISIBLE
#include <wctype.h>
#endif