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/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 1ac25178c..3c5338685 100644
--- a/newlib/newlib.hin
+++ b/newlib/newlib.hin
@@ -19,6 +19,9 @@
/* long long type support in IO functions like printf/scanf enabled */
#undef _WANT_IO_LONG_LONG
+/* Register application finalization function using atexit. */
+#undef _WANT_REGISTER_FINI
+
/* long double type support in IO functions like printf/scanf enabled */
#undef _WANT_IO_LONG_DOUBLE