summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-07-29 17:26:10 +0000
committerChristopher Faylor <me@cgf.cx>2005-07-29 17:26:10 +0000
commit88c5a50f9f1982b1ae8cc16350fbc9b60502d88a (patch)
treea67eef3ba9f12719789e50caa300604dd2dab75f /winsup/cygwin/ChangeLog
parentca4870999679e833bfaa85dacbea74b5cbb49ff4 (diff)
downloadcygnal-88c5a50f9f1982b1ae8cc16350fbc9b60502d88a.tar.gz
cygnal-88c5a50f9f1982b1ae8cc16350fbc9b60502d88a.tar.bz2
cygnal-88c5a50f9f1982b1ae8cc16350fbc9b60502d88a.zip
* fhandler_disk_file.cc (fhandler_base::pread): Don't move file offset pointer
after I/O. (fhandler_base::pwrite): Ditto.
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 93eaaf721..0b477b571 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,11 @@
2005-07-29 Christopher Faylor <cgf@timesys.com>
+ * fhandler_disk_file.cc (fhandler_base::pread): Don't move file offset
+ pointer after I/O.
+ (fhandler_base::pwrite): Ditto.
+
+2005-07-29 Christopher Faylor <cgf@timesys.com>
+
* fhandler.h (fhandler_base::pread): Declare new function.
(fhandler_base::pwrite): Ditto.
(fhandler_disk_file::pread): Ditto.