1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Made an internal callback function static

This commit is contained in:
Nobuyoshi Nakada 2020-12-20 14:28:55 +09:00
parent 02b3555874
commit ae1cc3fd4e
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

2
io.c
View file

@ -11007,7 +11007,7 @@ struct wait_for_single_fd {
VALUE result;
};
void *
static void *
rb_thread_scheduler_wait_for_single_fd(void * _args)
{
struct wait_for_single_fd *args = (struct wait_for_single_fd *)_args;