Skip to content

Commit 15cd889

Browse files
committed
Fixed typo
1 parent 358b069 commit 15cd889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/io/console/console.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ static ID id_gets, id_chomp_bang;
8484
# include "ruby/fiber/scheduler.h"
8585
#elif defined HAVE_RB_SCHEDULER_TIMEOUT
8686
extern VALUE rb_scheduler_timeout(struct timeval *timeout);
87-
# define rb_fiber_scheduler_timeout rb_scheduler_timeout
87+
# define rb_fiber_scheduler_make_timeout rb_scheduler_timeout
8888
#endif
8989

9090
#define sys_fail_fptr(fptr) rb_sys_fail_str((fptr)->pathv)

0 commit comments

Comments
 (0)