summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-11-05 09:53:50 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-11-05 09:53:50 +0000
commit3f2601fa3e766a8d21744f4de53a93841a9b4b63 (patch)
treed1a0487fe447d8dbd09569a5b8c2a7265fd53e10
parent4d67bb4936135c7089f1f6e7a1208c30af2c5ee9 (diff)
downloadcygnal-3f2601fa3e766a8d21744f4de53a93841a9b4b63.tar.gz
cygnal-3f2601fa3e766a8d21744f4de53a93841a9b4b63.tar.bz2
cygnal-3f2601fa3e766a8d21744f4de53a93841a9b4b63.zip
*** empty log message ***
-rw-r--r--winsup/cygwin/release/1.7.338
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.33 b/winsup/cygwin/release/1.7.33
index 02c07faad..28eabfbb3 100644
--- a/winsup/cygwin/release/1.7.33
+++ b/winsup/cygwin/release/1.7.33
@@ -52,6 +52,14 @@ What changed:
- Doug Lea malloc implementation update from 2.8.3 to the latest 2.8.6.
+- The xdr functions are no longer exported for newly built executables.
+ Use libtirpc-devel instead.
+
+- atexit is now exported as statically linked function from libcygwin.a.
+ This allows reliable access to the DSO handle of the caller for newly
+ built executables. The former atexit entry point into the DLL remains
+ for backward compatibility only.
+
Bug Fixes
---------