From 0923ae5ed1711d699ef2923c2223163646634a66 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 16 May 2012 05:31:27 +0000 Subject: * io.c: fixed a merge mistake of r33878, reported by nobu via IRC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io.c') diff --git a/io.c b/io.c index 5997c29611..40203b3575 100644 --- a/io.c +++ b/io.c @@ -1502,8 +1502,6 @@ rb_io_set_pos(VALUE io, VALUE offset) static void clear_readconv(rb_io_t *fptr); -#ifdef HAVE_FSYNC - /* * call-seq: * ios.rewind -> 0 @@ -1685,6 +1683,8 @@ rb_io_set_sync(VALUE io, VALUE sync) return sync; } +#ifdef HAVE_FSYNC + /* * call-seq: * ios.fsync -> 0 or nil -- cgit v1.2.3