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:
authorCorinna Vinschen <corinna@vinschen.de>2008-08-15 14:19:12 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-08-15 14:19:12 +0400
commit2b41d940ca494e132cbc8653edcfc8fb1b5b8cab (patch)
tree04653efa5c59079d42f0a186c4b5e4893ccd0d40 /winsup/cygwin/ChangeLog
parent84132c9d9fd8dfd7020673e1cebcad0bb60ffd84 (diff)
* path.cc (symlink_info::check): Don't use eabuf when trying to open
file a second time. Call NtOpenFile instead of NtCreateFile in this case.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 769bae842..46d7b6dc9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-15 Corinna Vinschen <corinna@vinschen.de>
+
+ * path.cc (symlink_info::check): Don't use eabuf when trying to open
+ file a second time. Call NtOpenFile instead of NtCreateFile in this
+ case.
+
2008-08-14 Corinna Vinschen <corinna@vinschen.de>
* fhandler_disk_file.cc (fhandler_disk_file::link): Fix linking