From e81fc255006b815e79a914b05ec809a8bb84fe8b Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 25 Oct 2009 04:34:00 +0000 Subject: * io.c (io_cntl): F_DUPFD is platform dependent. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d3ecfbc9e..7460338e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 25 13:33:58 2009 Nobuyoshi Nakada + + * io.c (io_cntl): F_DUPFD is platform dependent. + Sun Oct 25 10:19:09 2009 Nobuyoshi Nakada * ext/dl/handle.c (rb_dlhandle_close): fixed an invalid local -- cgit