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:
parent
02b3555874
commit
ae1cc3fd4e
1 changed files with 1 additions and 1 deletions
2
io.c
2
io.c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue