thread.c: static
* thread.c (patrol_thread): should be static. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
91987f6b04
commit
f228a4b209
2
thread.c
2
thread.c
@ -3915,7 +3915,7 @@ lock_interrupt(void *ptr)
|
|||||||
* periodically. Multiple polling thread (i.e. concurrent deadlock check)
|
* periodically. Multiple polling thread (i.e. concurrent deadlock check)
|
||||||
* introduces new race conditions. [Bug #6278] [ruby-core:44275]
|
* introduces new race conditions. [Bug #6278] [ruby-core:44275]
|
||||||
*/
|
*/
|
||||||
rb_thread_t *patrol_thread = NULL;
|
static const rb_thread_t *patrol_thread = NULL;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user