From 6bb19351d92b3ea1691f96c15fdd230f2f4ce9ac Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 29 Oct 2014 09:56:18 +0000 Subject: * common.din (__cxa_atexit): Define as cygwin__cxa_atexit. * dcrt0.cc (cygwin__cxa_atexit): New function. Explain what we do. --- winsup/cygwin/common.din | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/common.din') 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 -- cgit v1.2.3