From 20ce211af49a82dc210bf968b5b9ca95b09ba083 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 5 Aug 2008 03:44:09 +0000 Subject: * io.c (retry_sendfile, retry_read): ENOSYS and EWOULDBLOCK are not defined on every platforms. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d20ce00b9..4b6138448 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 5 12:43:47 2008 Nobuyoshi Nakada + + * io.c (retry_sendfile, retry_read): ENOSYS and EWOULDBLOCK are not + defined on every platforms. + Tue Aug 5 12:34:49 2008 Nobuyoshi Nakada * transcode_data.h (TRANSCODE_ERROR): common transcode failure -- cgit