aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-12-15 04:17:27 +0000
committerChristopher Faylor <me@cgf.cx>2003-12-15 04:17:27 +0000
commitd627d17183afc5eb130979f4f122492ae382f1bb (patch)
tree7937dc4081da82e62adf43e02d9ae11233bb61f1
parent9908d9977b131249201b9c19219fd7d61fd65701 (diff)
downloadnewlib-d627d17183afc5eb130979f4f122492ae382f1bb.zip
newlib-d627d17183afc5eb130979f4f122492ae382f1bb.tar.gz
newlib-d627d17183afc5eb130979f4f122492ae382f1bb.tar.bz2
Add missing ChangeLog entry.
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e747b67..0cc668c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -8,6 +8,8 @@
pointer to access_worker so that it can use the proper method for
determining stat information.
* fhandler_disk_file.cc (fhandler_disk_file::opendir): Ditto.
+ * path.cc (path_conv::check): Add read-only attribute to /cygdrive
+ default settings.
2003-12-14 Christopher Faylor <cgf@redhat.com>