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:
parent
df4f8aa248
commit
5bfca88f76
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue