Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-05-07 07:51:22 +0400
committerChristopher Faylor <me@cgf.cx>2004-05-07 07:51:22 +0400
commitdab22ff6e640d81b5b0b0b2e075069c8bf092b31 (patch)
treeeaaa877c5a0b54cc9402d44e908fd559e221469f
parent9b0b76ba921a8d2a05971dfec31cfb6a55e2c451 (diff)
fix entry
-rw-r--r--winsup/cygwin/ChangeLog7
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>