summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 966a812a5..4113bc6b6 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,6 +1,13 @@
2003-12-03 Corinna Vinschen <corinna@vinschen.de>
- * fcntl.cc (_fcntl): Whitespace cleanup.
+ * fcntl.cc (fcntl_worker): Remove static storage class.
+ * flock.cc (flock): Use struct __flock64. Call fcntl_worker.
+ Use Cygwin errno functions instead of accessing errno directly.
+ * winsup.h: Declare fcntl_worker.
+
+2003-12-03 Corinna Vinschen <corinna@vinschen.de>
+
+ * fcntl.cc: Whitespace cleanup.
2003-12-03 Christopher Faylor <cgf@redhat.com>