merges r20917 from trunk into ruby_1_9_1.

rdoc update.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2008-12-25 09:52:07 +00:00
parent d4bd94f244
commit 9b425aed7a

View file

@ -2006,7 +2006,7 @@ rb_thread_priority_set(VALUE thread, VALUE prio)
#if defined(NFDBITS) && defined(HAVE_RB_FD_INIT)
/*
* several Unix platform supports file descriptors bigger than FD_SETSIZE
* several Unix platforms supports file descriptors bigger than FD_SETSIZE
* in select(2) system call.
*
* - Linux 2.2.12 (?)