1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flag

is not available.  fixed: [ruby-dev:27187]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2005-09-20 12:26:58 +00:00
parent e41b0ce6a3
commit ca829d5926
2 changed files with 18 additions and 13 deletions

View file

@ -20,4 +20,4 @@ class IO
ensure
self.nonblock = nb
end
end
end if defined?(Fcntl::F_GETFL)