mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* io.c: re-fix merge miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
82983e834d
commit
315a0cb926
1 changed files with 0 additions and 2 deletions
2
io.c
2
io.c
|
@ -1506,7 +1506,6 @@ rb_io_set_pos(VALUE io, VALUE offset)
|
|||
|
||||
static void clear_readconv(rb_io_t *fptr);
|
||||
|
||||
#if defined(HAVE_FSYNC)
|
||||
/*
|
||||
* call-seq:
|
||||
* ios.rewind -> 0
|
||||
|
@ -1545,7 +1544,6 @@ rb_io_rewind(VALUE io)
|
|||
|
||||
return INT2FIX(0);
|
||||
}
|
||||
#endif
|
||||
|
||||
static int
|
||||
io_fillbuf(rb_io_t *fptr)
|
||||
|
|
Loading…
Reference in a new issue