mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* thread.c (do_select): sorry, typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1486959550
commit
45b0d65900
1 changed files with 1 additions and 1 deletions
2
thread.c
2
thread.c
|
@ -1720,7 +1720,7 @@ do_select(int n, fd_set *read, fd_set *write, fd_set *except,
|
||||||
if (except) *except = orig_except;
|
if (except) *except = orig_except;
|
||||||
wait = &wait_100ms;
|
wait = &wait_100ms;
|
||||||
} while (__th->interrupt_flag == 0 && (timeout == 0 || subst(timeout, &wait_100ms)));
|
} while (__th->interrupt_flag == 0 && (timeout == 0 || subst(timeout, &wait_100ms)));
|
||||||
}, do_select);
|
}, ubf_select);
|
||||||
} while (result == 0 && (timeout == 0 || subst(timeout, &wait_100ms)));
|
} while (result == 0 && (timeout == 0 || subst(timeout, &wait_100ms)));
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in a new issue