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>2014-10-29 12:56:18 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-10-29 12:56:18 +0300
commit6bb19351d92b3ea1691f96c15fdd230f2f4ce9ac (patch)
treebd4ec57d3e227a68d0c6c5e4804ed8f096302eb9 /winsup/cygwin/common.din
parent6eca6c43be8b3fa84a47153424b14886d530f110 (diff)
* common.din (__cxa_atexit): Define as cygwin__cxa_atexit.
* dcrt0.cc (cygwin__cxa_atexit): New function. Explain what we do.
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r--winsup/cygwin/common.din2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din
index 95d6a7d98..3fcde65cc 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -41,7 +41,7 @@ __assert_func NOSIGFE
__assertfail NOSIGFE
__b64_ntop NOSIGFE
__b64_pton NOSIGFE
-__cxa_atexit SIGFE
+__cxa_atexit = cygwin__cxa_atexit SIGFE
__cxa_finalize SIGFE
__dn_comp SIGFE
__dn_expand SIGFE