diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-08-04 16:52:04 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-08-04 16:52:04 +0000 |
commit | 79131d442eaa79219de2257c7ee31b2de1efe4ac (patch) | |
tree | 723f503cd841871d61aea80796bc4ceaeafde908 /winsup/cygwin/common.din | |
parent | 64665f459e6fa61ea8f2b80afb4a0875697ee6d2 (diff) | |
download | newlib-79131d442eaa79219de2257c7ee31b2de1efe4ac.zip newlib-79131d442eaa79219de2257c7ee31b2de1efe4ac.tar.gz newlib-79131d442eaa79219de2257c7ee31b2de1efe4ac.tar.bz2 |
* common.din (__cxa_atexit): Export.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump to 274.
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r-- | winsup/cygwin/common.din | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din index 613f959..8a8f38e 100644 --- a/winsup/cygwin/common.din +++ b/winsup/cygwin/common.din @@ -41,6 +41,7 @@ __assert_func NOSIGFE __assertfail NOSIGFE __b64_ntop NOSIGFE __b64_pton NOSIGFE +__cxa_atexit SIGFE __dn_comp SIGFE __dn_expand SIGFE __dn_skipname SIGFE |