aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-04-01 11:04:41 +0000
committerChristopher Faylor <me@cgf.cx>2013-04-01 11:04:41 +0000
commitbbd4e05a4df4863ce32ba8593024dc9590b9b9dc (patch)
tree240c1d1ea53b58147b7d447ad5409e64215fcac9
parent4ddb658e37db0dae87366cfa6f29a0604b3dfc7d (diff)
downloadnewlib-bbd4e05a4df4863ce32ba8593024dc9590b9b9dc.zip
newlib-bbd4e05a4df4863ce32ba8593024dc9590b9b9dc.tar.gz
newlib-bbd4e05a4df4863ce32ba8593024dc9590b9b9dc.tar.bz2
.
-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 780b9b6..1a89522 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.