summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2014-07-16 14:30:56 +0000
committerChristopher Faylor <me@cgf.cx>2014-07-16 14:30:56 +0000
commitf162f4205d6c53e2185671f23649e9241ab2946d (patch)
tree2a5f1c7f2399b8af2136362618ae3cff80f18aa9
parent844557c9ed6f8ced7752a406deabd4bf9bd414ba (diff)
downloadcygnal-f162f4205d6c53e2185671f23649e9241ab2946d.tar.gz
cygnal-f162f4205d6c53e2185671f23649e9241ab2946d.tar.bz2
cygnal-f162f4205d6c53e2185671f23649e9241ab2946d.zip
.
-rw-r--r--winsup/cygwin/release/1.7.314
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.31 b/winsup/cygwin/release/1.7.31
index 21d91255d..f056a3cce 100644
--- a/winsup/cygwin/release/1.7.31
+++ b/winsup/cygwin/release/1.7.31
@@ -36,3 +36,7 @@ Bug Fixes
- Don't catch STATUS_STACK_OVERFLOW preliminary on 64 bit.
Fixes: https://cygwin.com/ml/cygwin/2014-07/msg00046.html
+
+- Make sure that signals are properly delivered when sending lots of signals
+ in succession.
+ Fixes: https://cygwin.com/ml/cygwin/2014-07/threads.html#00149