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/branches/ruby_1_8@9250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2005-09-20 12:26:58 +00:00
parent b160528bbb
commit 8d0316c5ab
2 changed files with 13 additions and 8 deletions

View file

@ -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]

View file

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