aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-05-07 03:31:04 +0000
committerChristopher Faylor <me@cgf.cx>2004-05-07 03:31:04 +0000
commit9b0b76ba921a8d2a05971dfec31cfb6a55e2c451 (patch)
treeac013225e569eca1f16d1d0cb6acaefd8aac3e0d
parent1940656ab9b257cb9944bd0073103aaeea73573a (diff)
* thread.cc (pthread::create): Move postcreate call to avoid a potential race.
(pthread::cancelable_wait): Don't allow signal interrupt unless main thread.
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c611a74da..f33a3d229 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2004-05-06 Christopher Faylor <cgf@alum.bu.edu>
+
+ * thread.cc (pthread::create): Move postcreate call to avoid a
+ potential race.
+ (pthread::cancelable_wait): Don't allow signal interrupt unless main
+ thread.
+
2004-05-07 Pierre Humblet <pierre.humblet@ieee.org>
Christopher Faylor <cgf@timesys.com>