diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-03-21 18:56:50 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-03-21 18:56:50 +0000 |
commit | ef82f76c30c81149fe8cc22126843717d94352ad (patch) | |
tree | 28b3361e7f3cae0313217bf907cbc061e1ff78a2 /newlib/libc/stdio/vfprintf.c | |
parent | b5e27d4009c7e3033495b950f3a07f37a1e5e579 (diff) | |
download | cygnal-ef82f76c30c81149fe8cc22126843717d94352ad.tar.gz cygnal-ef82f76c30c81149fe8cc22126843717d94352ad.tar.bz2 cygnal-ef82f76c30c81149fe8cc22126843717d94352ad.zip |
* fhandler.h (class cygthread): Forward declare.
(fhandler_socket::sec_pipe): Remove.
(fhandler_socket::eid_pipe_name): Remove.
(fhandler_socket::eid_setblocking): New private method.
(fhandler_socket::eid_unsetblocking): Ditto
(fhandler_socket::eid_recv): Ditto
(fhandler_socket::eid_send): Ditto
(fhandler_socket::eid_accept): Ditto
(fhandler_socket::eid_connect): New public method.
* fhandler_socket.cc (ASYNC_MASK): Move to beginning of file.
(fhandler_socket::eid_pipe_name): Remove.
(fhandler_socket::set_socketpair_eids): Move down to fhandler_socket
methods.
(fhandler_socket::fhandler_socket): Drop initializing sec_pipe.
(fhandler_socket::~fhandler_socket): Drop closing sec_pipe.
(fhandler_socket::eid_setblocking): New method.
(fhandler_socket::eid_unsetblocking): New method.
(fhandler_socket::eid_recv): New method.
(fhandler_socket::eid_send): New method.
(fhandler_socket::eid_connect): New method.
(fhandler_socket::eid_accept): New method.
(fhandler_socket::dup): Drop sec_pipe handling.
(fhandler_socket::connect): Fix WinSock error handling. Prepare
eid credential transaction. Call eid_connect on successful connect.
(fhandler_socket::listen): Drop creating sec_pipe.
(fhandler_socket::accept): Slightly simplify code. Call eid_accept
on accepted socket.
(fhandler_socket::getpeereid): Reshuffle code for readability. Fix
test for invalid pid.
* select.cc (set_bits): Call eid_connect on successfully connected
socket.
Diffstat (limited to 'newlib/libc/stdio/vfprintf.c')
0 files changed, 0 insertions, 0 deletions