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/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 033951c21..86f484ec4 100644
--- a/newlib/acconfig.h
+++ b/newlib/acconfig.h
@@ -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
@BOTTOM@