From ca829d5926fa476efc98075fc5788e6e70358cf8 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 20 Sep 2005 12:26:58 +0000 Subject: * 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 --- ext/io/wait/lib/nonblock.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/io/wait') diff --git a/ext/io/wait/lib/nonblock.rb b/ext/io/wait/lib/nonblock.rb index 46511fb40c..2103fdf25b 100644 --- a/ext/io/wait/lib/nonblock.rb +++ b/ext/io/wait/lib/nonblock.rb @@ -20,4 +20,4 @@ class IO ensure self.nonblock = nb end -end +end if defined?(Fcntl::F_GETFL) -- cgit v1.2.3