diff options
author | Christopher Faylor <me@cgf.cx> | 2000-10-19 17:57:28 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-10-19 17:57:28 +0000 |
commit | 167095f6c0e99025764ea231f11b58c0b9f2685d (patch) | |
tree | f6a38daafbd77074054d95430ec5716eb0df8e6a /winsup/cygwin/ChangeLog | |
parent | 2556e737ec044e39cd8afc6f00cd0f156b9d6ede (diff) | |
download | cygnal-167095f6c0e99025764ea231f11b58c0b9f2685d.tar.gz cygnal-167095f6c0e99025764ea231f11b58c0b9f2685d.tar.bz2 cygnal-167095f6c0e99025764ea231f11b58c0b9f2685d.zip |
* dcrt0.cc (sigthread::init): Correct overzealous ifdef.
* exceptions.cc (call_handler): Avoid calling sigthread acquire lock.
* sigproc.h (sigthread): Comment out lock for now.
* sync.cc (muto::acquire): Add a minor optimization.
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 d0b40a1c7..3aee9dfd4 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +Thu Oct 19 13:55:31 2000 Christopher Faylor <cgf@cygnus.com> + + * dcrt0.cc (sigthread::init): Correct overzealous ifdef. + * exceptions.cc (call_handler): Avoid calling sigthread acquire lock. + * sigproc.h (sigthread): Comment out lock for now. + * sync.cc (muto::acquire): Add a minor optimization. + 2000-10-18 DJ Delorie <dj@redhat.com> * Makefile.in: add miscfuncs.cc |