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-26 19:39:17 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-08-26 19:39:17 +0400
commita5d4ae5c5be485e5307f8de4a4802c1b97cbe9f6 (patch)
tree479a66afa51c16ab3d1b8748a2ca2169cfa4edb5 /winsup/cygwin/ChangeLog
parenta47ee4d62412ff6a5d540f6f4c4279de58194c4a (diff)
* fhandler.h (class fhandler_pipe): Rename read and write
declarations to raw_read and raw_write. * pipe.cc (fhandler_pipe::raw_read): Rename from read. (fhandler_pipe::raw_write): Rename from write.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 25a56e8bc..76d49fadf 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-26 Corinna Vinschen <corinna@vinschen.de>
+
+ * fhandler.h (class fhandler_pipe): Rename read and write
+ declarations to raw_read and raw_write.
+ * pipe.cc (fhandler_pipe::raw_read): Rename from read.
+ (fhandler_pipe::raw_write): Rename from write.
+
2008-08-21 Christopher Faylor <me+cygwin@cgf.cx>
* fhandler.cc (fhandler_base::wait_overlapped): Reorganize again to