From 76678bb526a8a4e6d4af3dffb1ebe6da6d5f9ccf Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 15 Feb 2010 14:37:52 +0000 Subject: * io.c: check lseek error by errno. NetBSD 4.0.1 may return -1 as a file position of tty. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ef2a8a9710..acc21167db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Feb 15 23:37:30 2010 Tanaka Akira + + * io.c: check lseek error by errno. NetBSD 4.0.1 may return -1 as + a file position of tty. + Mon Feb 15 23:08:56 2010 Tanaka Akira * lib/pstore.rb (PStore#initialize): initialize @thread_safe. -- cgit v1.2.3