diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index d861cf088..8a114de15 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2003-11-23 Christopher Faylor <cgf@redhat.com> + * sigproc.cc (sig_send): Correct below checkin. Use + thisframe.call_signal_handler. + +2003-11-23 Christopher Faylor <cgf@redhat.com> + * sigproc.cc (proc_exists): A zombie process does not exist. (sig_send): Improve debugging output. Wait for pipe to be created before trying to send to it. Call call_signal_handler_now if sending a |