From 315a0cb926ab5a4654a4e0a84eb600512e9960a3 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 17 May 2012 04:08:09 +0000 Subject: * io.c: re-fix merge miss. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'io.c') diff --git a/io.c b/io.c index 87b0233de9..35626a649e 100644 --- a/io.c +++ b/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) -- cgit v1.2.3