summaryrefslogtreecommitdiffstats
path: root/newlib/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/acconfig.h')
-rw-r--r--newlib/acconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/acconfig.h b/newlib/acconfig.h
index 86f484ec4..d8b7dc774 100644
--- a/newlib/acconfig.h
+++ b/newlib/acconfig.h
@@ -18,6 +18,10 @@
/* Positional argument support in printf functions enabled. */
#undef _WANT_IO_POS_ARGS
+/* Optional reentrant struct support. Used mostly on platforms with
+ very restricted storage. */
+#undef _WANT_REENT_SMALL
+
/* Multibyte supported */
#undef _MB_CAPABLE