summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorPierre Humblet <phumblet@phumblet.no-ip.org>2004-08-28 01:37:27 +0000
committerPierre Humblet <phumblet@phumblet.no-ip.org>2004-08-28 01:37:27 +0000
commit2e41976b562f37a3a03372058798073563e09239 (patch)
tree91eaf4d8215322f19ba9742a6f7daa0908d5f6a8 /winsup/cygwin/ChangeLog
parent5796021e866211cc4661217ec37b234b334292d4 (diff)
downloadcygnal-2e41976b562f37a3a03372058798073563e09239.tar.gz
cygnal-2e41976b562f37a3a03372058798073563e09239.tar.bz2
cygnal-2e41976b562f37a3a03372058798073563e09239.zip
2004-08-28 Pierre Humblet <pierre.humblet@ieee.org>
* syscalls.cc (ftruncate64): On 9x, call write with a zero length to zero fill when the file is extended.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index a92166b22..c0a458131 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-28 Pierre Humblet <pierre.humblet@ieee.org>
+
+ * syscalls.cc (ftruncate64): On 9x, call write with a zero length
+ to zero fill when the file is extended.
+
2004-08-24 Corinna Vinschen <corinna@vinschen.de>
* syscalls.cc (link): Avoid compiler warning.