mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
1.1c4
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
264c52f2e6
commit
f5da3b6746
21 changed files with 888 additions and 645 deletions
|
@ -408,11 +408,7 @@ thread_connect(fd, sockaddr, len, type)
|
|||
#endif
|
||||
FD_ZERO(&fds);
|
||||
FD_SET(fd, &fds);
|
||||
#ifndef USE_CWGUSI
|
||||
thread_select(fd+1, 0, &fds, 0, 0, 0);
|
||||
#else
|
||||
thread_select(fd+1, 0, &fds, 0, 0);
|
||||
#endif
|
||||
continue;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue