Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-04-01 15:04:41 +0400
committerChristopher Faylor <me@cgf.cx>2013-04-01 15:04:41 +0400
commitbbd4e05a4df4863ce32ba8593024dc9590b9b9dc (patch)
tree240c1d1ea53b58147b7d447ad5409e64215fcac9
parent4ddb658e37db0dae87366cfa6f29a0604b3dfc7d (diff)
.
-rw-r--r--winsup/cygwin/release/1.7.185
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.18 b/winsup/cygwin/release/1.7.18
index 780b9b6ce..1a89522f2 100644
--- a/winsup/cygwin/release/1.7.18
+++ b/winsup/cygwin/release/1.7.18
@@ -63,3 +63,8 @@ Bug fixes:
- Fix "error while loading shared libraries:" message to properly
display the shared library name in more cases.
+
+- Fix unreported problem of exec'ed and spawn'ed processes not
+ inheriting the signal mask of their "parents".
+
+- Fix race in signal mask detection with new thread creation.