* 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:
parent
e41b0ce6a3
commit
ca829d5926
@ -1,3 +1,8 @@
|
||||
Tue Sep 20 21:26:23 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flag
|
||||
is not available. fixed: [ruby-dev:27187]
|
||||
|
||||
Tue Sep 20 18:23:04 2005 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* eval.c (thread_mark): mark th->last_status. [ruby-dev:27179]
|
||||
|
@ -20,4 +20,4 @@ class IO
|
||||
ensure
|
||||
self.nonblock = nb
|
||||
end
|
||||
end
|
||||
end if defined?(Fcntl::F_GETFL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user