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

[ruby/io-console] Fixed typo

This commit is contained in:
Nobuyoshi Nakada 2021-02-09 17:39:00 +09:00
parent df4f8aa248
commit 5bfca88f76
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -84,7 +84,7 @@ static ID id_gets, id_chomp_bang;
# include "ruby/fiber/scheduler.h"
#elif defined HAVE_RB_SCHEDULER_TIMEOUT
extern VALUE rb_scheduler_timeout(struct timeval *timeout);
# define rb_fiber_scheduler_timeout rb_scheduler_timeout
# define rb_fiber_scheduler_make_timeout rb_scheduler_timeout
#endif
#define sys_fail_fptr(fptr) rb_sys_fail_str((fptr)->pathv)