diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-11-09 14:23:04 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-11-09 14:23:04 +0000 |
commit | c88d35619b79eda6f56fd912af4ddee762db10f5 (patch) | |
tree | 56f70c1b0d32d9d7c4088e83b2679500d7317f0b /ChangeLog | |
parent | 1393e55d094b05ce688a5d2477980cf941e685f4 (diff) | |
download | ruby-c88d35619b79eda6f56fd912af4ddee762db10f5.tar.gz |
* 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
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ Wed Nov 9 23:20:22 2011 Nobuyoshi Nakada <nobu@ruby-lang.org> * 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() |