diff options
author | Christopher Faylor <me@cgf.cx> | 2002-01-19 23:57:45 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-01-19 23:57:45 +0000 |
commit | 9e73b3397b6f566ccfde90593dc779026b022e70 (patch) | |
tree | 48aaed9fbf2bc43c430258080d44c84c278a8bc4 /winsup/cygwin/ChangeLog | |
parent | 5946622e722a2b6b1eaed9920a1b8cdd7aab2983 (diff) | |
download | newlib-9e73b3397b6f566ccfde90593dc779026b022e70.zip newlib-9e73b3397b6f566ccfde90593dc779026b022e70.tar.gz newlib-9e73b3397b6f566ccfde90593dc779026b022e70.tar.bz2 |
* exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent doesn't
want it.
(sig_handle): Don't check for SA_NOCLDSTOP here. We don't have enough
information.
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 e71aa40..d7fe3b1 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,12 @@ 2002-01-19 Christopher Faylor <cgf@redhat.com> + * exceptions.cc (sig_handle_tty_stop): Don't send SIGCHLD if parent + doesn't want it. + (sig_handle): Don't check for SA_NOCLDSTOP here. We don't have enough + information. + +2002-01-19 Christopher Faylor <cgf@redhat.com> + * include/cygwin/version.h: Bump DLL minor number. 2002-01-19 Christopher Faylor <cgf@redhat.com> |