1
0
Fork 0
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:
Nobuyoshi Nakada 2022-07-08 10:41:19 +09:00
parent 3cf2c2e4a1
commit cf991337fb
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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_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)
{
switch (event) {