We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358b069 commit 15cd889Copy full SHA for 15cd889
ext/io/console/console.c
@@ -84,7 +84,7 @@ static ID id_gets, id_chomp_bang;
84
# include "ruby/fiber/scheduler.h"
85
#elif defined HAVE_RB_SCHEDULER_TIMEOUT
86
extern VALUE rb_scheduler_timeout(struct timeval *timeout);
87
-# define rb_fiber_scheduler_timeout rb_scheduler_timeout
+# define rb_fiber_scheduler_make_timeout rb_scheduler_timeout
88
#endif
89
90
#define sys_fail_fptr(fptr) rb_sys_fail_str((fptr)->pathv)
0 commit comments