From 45b0d6590044b741be0368ceccb3cb865ba890cd Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 9 Apr 2007 09:30:50 +0000 Subject: [PATCH] * thread.c (do_select): sorry, typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thread.c b/thread.c index c744b26926..8ad02ccdc9 100644 --- a/thread.c +++ b/thread.c @@ -1720,7 +1720,7 @@ do_select(int n, fd_set *read, fd_set *write, fd_set *except, if (except) *except = orig_except; wait = &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))); } #else