diff options
author | Christopher Faylor <me@cgf.cx> | 2004-10-20 04:49:34 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-10-20 04:49:34 +0000 |
commit | 4082a9eb4a8dba965ce6e1bcc86ee24c0f437bd7 (patch) | |
tree | 29cbbd67cd2b0376e67c762cc137b8f214793fef /winsup/cygwin/ChangeLog | |
parent | d134b48fd6f73f3d9b9d261103f0e4ecd0f9f6e1 (diff) | |
download | cygnal-4082a9eb4a8dba965ce6e1bcc86ee24c0f437bd7.tar.gz cygnal-4082a9eb4a8dba965ce6e1bcc86ee24c0f437bd7.tar.bz2 cygnal-4082a9eb4a8dba965ce6e1bcc86ee24c0f437bd7.zip |
* select.cc (start_thread_socket): Remove attempt to delay reading of exitsock
or suffer occasional mysterious 60 second hangs.
(socket_cleanup): Empty the exitsock here after the thread has terminated.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 968d40954..89ac3e42f 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +2004-10-20 Christopher Faylor <cgf@timesys.com> + + * select.cc (start_thread_socket): Remove attempt to delay reading of + exitsock or suffer occasional mysterious 60 second hangs. + (socket_cleanup): Empty the exitsock here after the thread has + terminated. + 2004-10-19 Christopher Faylor <cgf@timesys.com> * fhandler_console.cc (fhandler_console::fixup_after_exec): Fix error |