diff options
author | Christopher Faylor <me@cgf.cx> | 2004-05-07 03:51:22 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-05-07 03:51:22 +0000 |
commit | dab22ff6e640d81b5b0b0b2e075069c8bf092b31 (patch) | |
tree | eaaa877c5a0b54cc9402d44e908fd559e221469f /winsup | |
parent | 9b0b76ba921a8d2a05971dfec31cfb6a55e2c451 (diff) | |
download | cygnal-dab22ff6e640d81b5b0b0b2e075069c8bf092b31.tar.gz cygnal-dab22ff6e640d81b5b0b0b2e075069c8bf092b31.tar.bz2 cygnal-dab22ff6e640d81b5b0b0b2e075069c8bf092b31.zip |
fix entry
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index f33a3d229..62c23f9c0 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 2004-05-06 Christopher Faylor <cgf@alum.bu.edu> + * + +2004-05-06 Christopher Faylor <cgf@alum.bu.edu> + * thread.cc (pthread::create): Move postcreate call to avoid a potential race. (pthread::cancelable_wait): Don't allow signal interrupt unless main @@ -8,7 +12,8 @@ 2004-05-07 Pierre Humblet <pierre.humblet@ieee.org> Christopher Faylor <cgf@timesys.com> - * path.cc (mount_info::conv_to_posix_path): Add return. + * path.cc (mount_info::conv_to_posix_path): Return proper status when + chrooted. 2004-05-06 Pierre Humblet <pierre.humblet@ieee.org> |