diff options
author | Christopher Faylor <me@cgf.cx> | 2004-05-07 03:31:04 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-05-07 03:31:04 +0000 |
commit | 9b0b76ba921a8d2a05971dfec31cfb6a55e2c451 (patch) | |
tree | ac013225e569eca1f16d1d0cb6acaefd8aac3e0d | |
parent | 1940656ab9b257cb9944bd0073103aaeea73573a (diff) | |
download | cygnal-9b0b76ba921a8d2a05971dfec31cfb6a55e2c451.tar.gz cygnal-9b0b76ba921a8d2a05971dfec31cfb6a55e2c451.tar.bz2 cygnal-9b0b76ba921a8d2a05971dfec31cfb6a55e2c451.zip |
* 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/ChangeLog | 7 |
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> |