From 820f74b94d06c256bb3ae03f801a2a19afca82a1 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/branches/ruby_1_8@8810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 945cd4149..85904d774 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jul 20 18:40:50 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