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 31480aac7..2f142c5fe 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,11 @@ +2003-09-20 Christopher Faylor <cgf@redhat.com> + + * spawn.cc (pthread_cleanup): New struct. + (do_cleanup): New function. + (spawn_guts): Initialize struct for pthread_cleanup handling to ensure + proper restoration of signals if/when thread is cancelled. Restore + settings using pthread_cancel_pop. + 2003-09-19 Christopher Faylor <cgf@redhat.com> * include/cygwin/version.h: Bump DLL minor number to 6. |