Made an internal callback function static
This commit is contained in:
parent
02b3555874
commit
ae1cc3fd4e
2
io.c
2
io.c
@ -11007,7 +11007,7 @@ struct wait_for_single_fd {
|
|||||||
VALUE result;
|
VALUE result;
|
||||||
};
|
};
|
||||||
|
|
||||||
void *
|
static void *
|
||||||
rb_thread_scheduler_wait_for_single_fd(void * _args)
|
rb_thread_scheduler_wait_for_single_fd(void * _args)
|
||||||
{
|
{
|
||||||
struct wait_for_single_fd *args = (struct wait_for_single_fd *)_args;
|
struct wait_for_single_fd *args = (struct wait_for_single_fd *)_args;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user