summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8bb514833..e747b6744 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,16 @@
2003-12-14 Christopher Faylor <cgf@redhat.com>
+ * winsup.h (access_worker): Declare with added fhandler_base parameter.
+ * syscalls.cc (access_worker): Accommodate extra fhandler_base
+ argument. Use it instead of stat_worker to determine stat information,
+ when appropriate.
+ * fhandler.cc (fhandler_base::device_access_denied): Pass fhandler
+ 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.
+
+2003-12-14 Christopher Faylor <cgf@redhat.com>
+
* exceptions.cc (ctrl_c_handler): Remove this thread from the signal
handler chain.