summaryrefslogtreecommitdiffstats
path: root/newlib/newlib.hin
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/newlib.hin')
-rw-r--r--newlib/newlib.hin4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin
index b716ab5b2..207192897 100644
--- a/newlib/newlib.hin
+++ b/newlib/newlib.hin
@@ -34,6 +34,10 @@
* sections. */
#undef HAVE_INITFINI_ARRAY
+/* True if atexit() may dynamically allocate space for cleanup
+ functions. */
+#undef _ATEXIT_DYNAMIC_ALLOC
+
/* Define if the compiler supports aliasing an array to an address. */
#undef _HAVE_ARRAY_ALIASING
/*