add a detail comment.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2011-06-28 02:57:02 +00:00
parent 014a5f3178
commit 9ca26b50d7

View File

@ -3,6 +3,8 @@ Tue Jun 28 11:49:14 2011 Koichi Sasada <ko1@atdot.net>
* thread_pthread.c (consume_communication_pipe):
Make "buff" as static. (Maybe) "buff" can be shared between
any caller (any threads) because no one use the read values.
"buff" (1024 byte) on stack may cause stack overflow on
several environment (we found a crash on FreeBSD).
And remove const value "buff_size", and define CCP_READ_BUFF_SIZE
macro.