OSDN Git Service

* cygtls.cc (_cygtls::fixup_after_fork): Wipe out exitsock local since it
authorcgf <cgf>
Tue, 26 Oct 2004 21:13:49 +0000 (21:13 +0000)
committercgf <cgf>
Tue, 26 Oct 2004 21:13:49 +0000 (21:13 +0000)
commitc2a65f1e0a3c229adaf4b88b41ad7e374ba736a4
treedc74ff677051e67407a17775892d58bcbb230e3d
parent87f9555dbfdcc36cbb44146944af05ac01583f35
* cygtls.cc (_cygtls::fixup_after_fork): Wipe out exitsock local since it
should not be used by the child.
* select.cc (start_thread_socket): Turn off inheritance for exitsock.  Don't
add exitsock to exception mask since it should never get an exception.
(socket_cleanup): Change some debug messages for consistency.
* fhandler_socket.cc (fhandler_socket::dup): Change comment wording slightly.
winsup/cygwin/ChangeLog
winsup/cygwin/cygtls.cc
winsup/cygwin/fhandler_socket.cc
winsup/cygwin/select.cc