]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler.cc (fhandler_base_overlapped::raw_read): Rename from
authorChristopher Faylor <me@cgf.cx>
Thu, 5 May 2011 17:44:42 +0000 (17:44 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 5 May 2011 17:44:42 +0000 (17:44 +0000)
commit8ea847494718b78a0b7e5a98cb938c9b6b801a31
treedf68b7493fef1fd0f89f54a5bf239e79b46bb3a5
parentb8424c5e9a7aaa08ece65fd1e67deeb4437050cf
* fhandler.cc (fhandler_base_overlapped::raw_read): Rename from
read_overlapped.
(fhandler_base_overlapped::raw_e): Rename from write_overlapped.
* fhandler.h (fhandler_*::raw_read): Add reparm decoration.
(fhandler_*::raw_write): Ditto.
(fhandler_base_overlapped::raw_read): Rename from read_overlapped.
(fhandler_base_overlapped::raw_write): Rename from write_overlapped.
(fhandler_pipe::raw_read): Delete.
(fhandler_pipe::raw_write): Ditto.
(fhandler_mailslot::raw_read): Ditto.
* fhandler_fifo.cc (fhandler_fifo::raw_read): Reflect read_overlapped ->
raw_read rename.
(fhandler_fifo::raw_write): Ditto.
* fhandler_mailslot.cc (fhandler_mailslot::raw_read): Delete.
(fhandler_mailslot::raw_write): Reflect read_overlapped -> raw_read rename.
* pipe.cc (fhandler_pipe::raw_read): Delete.
(fhandler_pipe::raw_write): Ditto.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_fifo.cc
winsup/cygwin/fhandler_mailslot.cc
winsup/cygwin/pipe.cc
This page took 0.029831 seconds and 5 git commands to generate.