From c42a57223ff73109917876411efd414b70598e61 Mon Sep 17 00:00:00 2001 From: ocean Date: Wed, 20 Jul 2005 09:46:57 +0000 Subject: * io.c (wsplit_p): patch for the environment where fcntl(F_GETFL, O_NONBLOCK) is not supported. in that case, set FMODE_WSPLIT without fcntl check. [ruby-dev:26566] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e1e9a6076..4b5fc2c5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jul 20 18:33:15 2005 Hirokazu Yamamoto + + * io.c (wsplit_p): patch for the environment where + fcntl(F_GETFL, O_NONBLOCK) is not supported. in that case, + set FMODE_WSPLIT without fcntl check. [ruby-dev:26566] + Wed Jul 20 18:07:11 2005 Tanaka Akira * io.c (rb_io_ctl): update FMODE_WSPLIT_INITIALIZED and FMODE_WSPLIT -- cgit