mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Make a local symbol static
This commit is contained in:
parent
3cf2c2e4a1
commit
cf991337fb
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ static RB_THREAD_LOCAL_SPECIFIER unsigned int local_ready_count = 0;
|
||||||
static RB_THREAD_LOCAL_SPECIFIER unsigned int local_resumed_count = 0;
|
static RB_THREAD_LOCAL_SPECIFIER unsigned int local_resumed_count = 0;
|
||||||
static RB_THREAD_LOCAL_SPECIFIER unsigned int local_suspended_count = 0;
|
static RB_THREAD_LOCAL_SPECIFIER unsigned int local_suspended_count = 0;
|
||||||
|
|
||||||
void
|
static void
|
||||||
ex_callback(rb_event_flag_t event, const rb_internal_thread_event_data_t *event_data, void *user_data)
|
ex_callback(rb_event_flag_t event, const rb_internal_thread_event_data_t *event_data, void *user_data)
|
||||||
{
|
{
|
||||||
switch (event) {
|
switch (event) {
|
||||||
|
|
Loading…
Reference in a new issue