From: "U.Nakamura" Date: 2014-03-03T04:39:31+09:00 Subject: [ruby-core:61231] Re: [ruby-trunk - Bug #9153] [Closed] IO#flush causes unnecessary fsync on Windows Hi, In message "Re: [ruby-trunk - Bug #9153] [Closed] IO#flush causes unnecessary fsync on Windows" on Mar.03,2014 04:30:36, wrote: > > Ah, sorry, I can see now that it was already reverted. However it was > > reverted together with #ifndef _WIN32. That #ifndef is not needed, i.e. > > rb_thread_io_blocking_region(nogvl_fsync, fptr, fptr->fd) should be called > > unconditionally. Oops, I mistook! You are completely right. Regards, -- U.Nakamura