diff options
author | Christopher Faylor <me@cgf.cx> | 2004-10-07 16:49:30 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-10-07 16:49:30 +0000 |
commit | 859d85dee0d52fb55ee9d98b16e7318f176f6bbe (patch) | |
tree | 3c10cb70ba75044273f3e18b20414d78f54a77cb /winsup/cygwin/ChangeLog | |
parent | 7c3db8ea2e668ae6e482900306d230c4fd0f50bf (diff) | |
download | cygnal-859d85dee0d52fb55ee9d98b16e7318f176f6bbe.tar.gz cygnal-859d85dee0d52fb55ee9d98b16e7318f176f6bbe.tar.bz2 cygnal-859d85dee0d52fb55ee9d98b16e7318f176f6bbe.zip |
* spawn.cc (pthread_cleanup::oldmask): Default to invalid signal mask.
(do_cleanup): Test for invalid signal mask to decide whether to restore the
mask rather than assuming zero mask indicates that there is nothing to do.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-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 8ded61409..90199f378 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +2004-10-07 Christopher Faylor <cgf@timesys.com> + + * spawn.cc (pthread_cleanup::oldmask): Default to invalid signal mask. + (do_cleanup): Test for invalid signal mask to decide whether to restore + the mask rather than assuming zero mask indicates that there is nothing + to do. + 2004-10-07 Mark Paulus <mark.paulus@mci.com> * fhandler_tty.cc (fhandler_tty_slave::read): Use previously |