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

ruby-changes:3290

From: ko1@a...
Date: 29 Dec 2007 23:52:40 +0900
Subject: [ruby-changes:3290] akr - Ruby:r14784 (trunk): comment modified.

akr	2007-12-29 23:52:32 +0900 (Sat, 29 Dec 2007)

  New Revision: 14784

  Modified files:
    trunk/io.c

  Log:
    comment modified.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/io.c?r1=14784&r2=14783

Index: io.c
===================================================================
--- io.c	(revision 14783)
+++ io.c	(revision 14784)
@@ -545,7 +545,7 @@
         l = PIPE_BUF;
     }
     r = rb_write_internal(fptr->fd, fptr->wbuf+wbuf_off, l);
-    /* xxx: Other threads modified wbuf in non-append operation.
+    /* xxx: Other threads may modify wbuf.
      * A lock is required, definitely. */
     rb_io_check_closed(fptr);
     if (fptr->wbuf_len <= r) {

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

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