зеркало из https://github.com/github/ruby.git
* expand tabs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
cc07dc7cf2
Коммит
7a823be8d0
12
thread.c
12
thread.c
|
@ -4010,12 +4010,12 @@ rb_thread_fd_select(int max, rb_fdset_t * read, rb_fdset_t * write, rb_fdset_t *
|
|||
set.timeout = timeout;
|
||||
|
||||
if (!set.rset && !set.wset && !set.eset) {
|
||||
if (!timeout) {
|
||||
rb_thread_sleep_forever();
|
||||
return 0;
|
||||
}
|
||||
rb_thread_wait_for(*timeout);
|
||||
return 0;
|
||||
if (!timeout) {
|
||||
rb_thread_sleep_forever();
|
||||
return 0;
|
||||
}
|
||||
rb_thread_wait_for(*timeout);
|
||||
return 0;
|
||||
}
|
||||
|
||||
set.sigwait_fd = rb_sigwait_fd_get(set.th);
|
||||
|
|
Загрузка…
Ссылка в новой задаче