OSDN Git Service

* dtable.cc (dtable::dup2): Revert previous patch.
authorcorinna <corinna>
Sat, 9 Feb 2002 10:40:47 +0000 (10:40 +0000)
committercorinna <corinna>
Sat, 9 Feb 2002 10:40:47 +0000 (10:40 +0000)
commit515d01082c4e9bb029dd29abba72756ab120c53b
treee9add63b632b8c1f0508aa70ff95298b5584fb0e
parentef52f25b5caac6d7d98cf730163cdd828fc4cdaa
* dtable.cc (dtable::dup2): Revert previous patch.
* fhandler.h: Ditto.
(fhandler_socket::recv): Define new method.
(fhandler_socket::send): Ditto.
* fhandler_socket.cc (fhandler_socket::recv): New method.
(fhandler_socket::send): Ditto.
(fhandler_socket::read): Call fhandler_socket::recv() now.
(fhandler_socket::write): Call fhandler_socket::send() now.
* net.cc (class wsock_event): Move definition to wsock_event.h.
(fdsock): Revert previous patch.
(cygwin_recv): Move implementation to fhandler_socket::recv().
(cygwin_send): Move implementation to fhandler_socket::send().
* wsock_event.h: New file.
winsup/cygwin/ChangeLog
winsup/cygwin/dtable.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_socket.cc
winsup/cygwin/net.cc
winsup/cygwin/wsock_event.h [new file with mode: 0644]