aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-06-03 10:40:41 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-06-03 10:40:41 +0000
commit86c126b6e32549e11924a254d465a1114b984887 (patch)
treeb834b1cdb17e9162b4b7d112813723eef568d5c0 /winsup
parent69154cfd6b621f9081c26ae523172197e47a8865 (diff)
downloadnewlib-86c126b6e32549e11924a254d465a1114b984887.zip
newlib-86c126b6e32549e11924a254d465a1114b984887.tar.gz
newlib-86c126b6e32549e11924a254d465a1114b984887.tar.bz2
*** empty log message ***
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/release/1.7.193
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.19 b/winsup/cygwin/release/1.7.19
index 7cae9ad..179eaa2 100644
--- a/winsup/cygwin/release/1.7.19
+++ b/winsup/cygwin/release/1.7.19
@@ -40,3 +40,6 @@ Bug fixes:
- Fix an include in <cygwin/if.h> to avoid circular dependency.
Fixes: http://cygwin.com/ml/cygwin/2013-05/msg00451.html
+
+- Fix a hang on exit when calling pthread_join in global desctructor.
+ Fixes: http://cygwin.com/ml/cygwin/2013-06/msg00017.html