diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index df46f738a..407a09b4c 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +2006-03-01 Christopher Faylor <cgf@timesys.com> + + * cygthread.cc (cygthread::callfunc): Create ev as an auto-reset event + so that it will be reset by WaitFor*Object as appropriate. + (cygthread::stub): Ditto. + (cygthread::terminate_thread): Remove forced setting of thread + termination. + 2006-03-01 Corinna Vinschen <corinna@vinschen.de> * include/sys/dirent.h (struct __DIR): Rename __d_unused to |