summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/2.3.0
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/release/2.3.0')
-rw-r--r--winsup/cygwin/release/2.3.04
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.3.0 b/winsup/cygwin/release/2.3.0
index c6f70aa4b..1cad81b62 100644
--- a/winsup/cygwin/release/2.3.0
+++ b/winsup/cygwin/release/2.3.0
@@ -53,3 +53,7 @@ Bug Fixes
- Fix a potential SEGV on (at least) Wine.
Addresses: https://cygwin.com/ml/cygwin/2015-10/msg00018.html
+
+- Fix sigwait(3) to return errno instead of -1 and never to return with EINTR.
+
+- Fix pthread_kill(3) to return errno instead of -1.