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:
authorConrad Scott <conrad.scott@dsl.pipex.com>2002-08-12 17:54:12 +0400
committerConrad Scott <conrad.scott@dsl.pipex.com>2002-08-12 17:54:12 +0400
commite120995086770858a600e650034cebb730f0c419 (patch)
treec7cc3b1724b17f7754c3317845beecb207e43545 /winsup/w32api/include/shellapi.h
parenta814828d06994b45224e218437972d1bedf487a4 (diff)
* fhandler.h (fhandler_socket::recv): Remove method.
(fhandler_socket::send): Ditto. * fhandler_socket.cc (fhandler_socket::recv): Ditto. (fhandler_socket::send): Ditto. (fhandler_socket::read): Delegate to fhandler_socket::recvfrom. (fhandler_socket::write): Delegate to fhandler_socket::sendto. (fhandler_socket::sendto): Check for null `to' address. * net.cc (cygwin_sendto): Check for zero request length. (cygwin_recvfrom): Ditto. Fix signature, use void *buf. (cygwin_recv): Delegate to cygwin_recvfrom. (cygwin_send): Delegate to cygwin_sendto.
Diffstat (limited to 'winsup/w32api/include/shellapi.h')
0 files changed, 0 insertions, 0 deletions