diff options
author | Christopher Faylor <me@cgf.cx> | 2005-05-04 01:14:47 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-05-04 01:14:47 +0000 |
commit | 782e53ca6948c582cf70469f80bfae28ef889e6c (patch) | |
tree | 047f23a4d54ba4252dfe0e995ba3042d5e26208c | |
parent | 21b9fe3e33f2b2e457ddd8ca67b8c73ef35e4f97 (diff) | |
download | cygnal-782e53ca6948c582cf70469f80bfae28ef889e6c.tar.gz cygnal-782e53ca6948c582cf70469f80bfae28ef889e6c.tar.bz2 cygnal-782e53ca6948c582cf70469f80bfae28ef889e6c.zip |
* shared.cc (user_shared_initialize): Rework locking so that nothing is checked
until cb is non-zero.
-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 16106955e..9eb464a95 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2005-05-03 Christopher Faylor <cgf@timesys.com> + + * shared.cc (user_shared_initialize): Rework locking so that nothing is + checked until cb is non-zero. + 2005-05-03 Corinna Vinschen <corinna@vinschen.de> * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Don't treat |