diff options
-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> |