[前][次][番号順一覧][スレッド一覧]

ruby-changes:21643

From: nobu <ko1@a...>
Date: Wed, 9 Nov 2011 23:23:16 +0900 (JST)
Subject: [ruby-changes:21643] nobu:r33692 (trunk): * io.c (rb_update_max_fd): fstat(2) can fail with other than

nobu	2011-11-09 23:23:04 +0900 (Wed, 09 Nov 2011)

  New Revision: 33692

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=33692

  Log:
    * io.c (rb_update_max_fd): fstat(2) can fail with other than
      EBADF.  [ruby-dev:44837] [Bug #5593].  Cf.
      http://pubs.opengroup.org/onlinepubs/9699919799/functions/fstat.html

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 33691)
+++ ChangeLog	(revision 33692)
@@ -1,7 +1,7 @@
 Wed Nov  9 23:20:22 2011  Nobuyoshi Nakada  <nobu@r...>
 
 	* io.c (rb_update_max_fd): fstat(2) can fail with other than
-	  EBADF.  [ruby-dev:44837] [Backport #4339].  Cf.
+	  EBADF.  [ruby-dev:44837] [Bug #5593].  Cf.
 	  http://pubs.opengroup.org/onlinepubs/9699919799/functions/fstat.html
 
 	* io.c (rb_sysopen): max fd is updated in rb_sysopen_internal()

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]