* thread_win32.c (native_stop_timer_thread): fixed commit miss of
r32244. grep sources before changing the signature of a function. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9ca26b50d7
commit
565336acca
@ -1,3 +1,8 @@
|
|||||||
|
Tue Jun 28 13:41:51 2011 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* thread_win32.c (native_stop_timer_thread): fixed commit miss of
|
||||||
|
r32244. grep sources before changing the signature of a function.
|
||||||
|
|
||||||
Tue Jun 28 11:49:14 2011 Koichi Sasada <ko1@atdot.net>
|
Tue Jun 28 11:49:14 2011 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* thread_pthread.c (consume_communication_pipe):
|
* thread_pthread.c (consume_communication_pipe):
|
||||||
|
@ -745,7 +745,7 @@ rb_thread_create_timer_thread(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
native_stop_timer_thread(void)
|
native_stop_timer_thread(int close_anyway)
|
||||||
{
|
{
|
||||||
int stopped = --system_working <= 0;
|
int stopped = --system_working <= 0;
|
||||||
if (stopped) {
|
if (stopped) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user