diff options
-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> |