summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdio/getc.c
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-07-06 11:16:07 +0000
committerCorinna Vinschen <corinna@vinschen.de>2002-07-06 11:16:07 +0000
commit6bb769efa0a993613e311a586362dbd780a41ca5 (patch)
tree7a66c185a404be0d432c8836cc3e8a79761a2bf5 /newlib/libc/stdio/getc.c
parent6201dd26a65c2db4cb8f1e902c0dffcde4dfdaef (diff)
downloadcygnal-6bb769efa0a993613e311a586362dbd780a41ca5.tar.gz
cygnal-6bb769efa0a993613e311a586362dbd780a41ca5.tar.bz2
cygnal-6bb769efa0a993613e311a586362dbd780a41ca5.zip
* fhandler.h (fhandler_socket::is_unconnected): Constify.
(fhandler_socket::is_connect_pending): Ditto. (fhandler_socket::is_connected): Ditto. (fhandler_socket::set_connect_state): New method. (struct select_record): Add member `except_on_write'. (select_record::select_record): Initialize all bool values to `false'. * fhandler_socket.cc: Use set_connect_state() method throughout. (fhandler_socket::connect): Set state always to connected if connection isn't pending. * net.cc (cygwin_getsockopt): Revert erroneous previous patch. * select.cc (set_bits): Check for `except_on_write'. Set fd in write_fds if set. Set connect state to connected if fd has been returned by WINSOCK_SELECT. (peek_socket): Check for `except_on_write'. (start_thread_socket): Ditto. (fhandler_socket::select_write): Don't set `write_ready' if connect is pending. Set `except_on_write' if connect is pending.
Diffstat (limited to 'newlib/libc/stdio/getc.c')
0 files changed, 0 insertions, 0 deletions