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:
authorCorinna Vinschen <corinna@vinschen.de>2013-10-18 12:43:05 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-10-18 12:43:05 +0400
commite4aa6ea1121d24409f9fd5068ce4d3823d4eafc1 (patch)
treeb8550467b0f4a9e5be80d08a00573176a11929ff /newlib/newlib.hin
parent05b637e340d536f7c0d3aba51659bef31d191668 (diff)
* configure.in (enable-newlib-global-atexit): New option.
* configure: Regenerated. * newlib.hin (_REENT_GLOBAL_ATEXIT): Place-holder. * README (enable-newlib-global-atexit): Description for new option.
Diffstat (limited to 'newlib/newlib.hin')
-rw-r--r--newlib/newlib.hin3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin
index e4f623049..0d057e36b 100644
--- a/newlib/newlib.hin
+++ b/newlib/newlib.hin
@@ -73,6 +73,9 @@
/* Define if lite version of exit supported. */
#undef _LITE_EXIT
+/* Define if declare atexit data as global. */
+#undef _REENT_GLOBAL_ATEXIT
+
/*
* Iconv encodings enabled ("to" direction)
*/