aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-05-29 03:42:12 +0000
committerChristopher Faylor <me@cgf.cx>2002-05-29 03:42:12 +0000
commit654783b62fd48f95a83f761378ad6b6ce3a55ae7 (patch)
tree0a566bcc8fdc5ee5c67155b57371403b3324caf0
parenta761ad820081c0a6fd907be0a87ae7fbde7e24c8 (diff)
downloadnewlib-654783b62fd48f95a83f761378ad6b6ce3a55ae7.zip
newlib-654783b62fd48f95a83f761378ad6b6ce3a55ae7.tar.gz
newlib-654783b62fd48f95a83f761378ad6b6ce3a55ae7.tar.bz2
clarify changelog
-rw-r--r--winsup/cygwin/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 79106eb..0affaf2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -2,7 +2,8 @@
* fhandler_disk_file.cc (fhandler_disk_file::fstat_helper): Properly
check for whether we should be opening the file to search for #!
- characters. Set path_conv structure execability, too, if found.
+ characters. Set path_conv structure execability, too, when
+ appropriate.
2002-05-28 Corinna Vinschen <corinna@vinschen.de>