From: "kosaki (Motohiro KOSAKI)" Date: 2012-11-06T01:44:49+09:00 Subject: [ruby-core:48942] [ruby-trunk - Bug #7281] Fix typo in macro name to actually enable rb_reserved_fd_p() Issue #7281 has been updated by kosaki (Motohiro KOSAKI). Thanks for digging! Your patch was commited at r37483 as is. ---------------------------------------- Bug #7281: Fix typo in macro name to actually enable rb_reserved_fd_p() https://bugs.ruby-lang.org/issues/7281#change-32445 Author: Spakman (Mark Somerville) Status: Closed Priority: Normal Assignee: ko1 (Koichi Sasada) Category: YARV Target version: ruby -v: 2.0.0-preview1 In trunk (r37474), there is a typo in a macro name in the rb_reserved_fd_p() function. This prevents any actual checking that the file descriptor is reserved by the VM. -- http://bugs.ruby-lang.org/