diff options
author | Christopher Faylor <me@cgf.cx> | 2000-03-07 18:32:40 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-03-07 18:32:40 +0000 |
commit | cba95ef1c87ef752799560af1cb978fbaa0cee38 (patch) | |
tree | 10e64d99343b1e9f5879f5a04acb83a452d62b54 /winsup/cygwin/ChangeLog | |
parent | 5abc9b830b4a18d23782f8267abad8ee6eda6d7b (diff) | |
download | cygnal-cba95ef1c87ef752799560af1cb978fbaa0cee38.tar.gz cygnal-cba95ef1c87ef752799560af1cb978fbaa0cee38.tar.bz2 cygnal-cba95ef1c87ef752799560af1cb978fbaa0cee38.zip |
* sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since it
didn't seem to affect the "bash hangs" problem.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 4de0280a5..77c3a5cfe 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,12 @@ +Tue Mar 7 13:31:10 2000 Christopher Faylor <cgf@cygnus.com> + + * sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since + it didn't seem to affect the "bash hangs" problem. + +Tue Mar 7 13:17:56 2000 Christopher Faylor <cgf@cygnus.com> + + * mcount.c: Remove strace.h include. + Tue Mar 7 00:29:34 2000 Christopher Faylor <cgf@cygnus.com> Throughout use strace class in place of individual functions and |