From: Motohiro KOSAKI Date: 2011-06-28T20:01:31+09:00 Subject: [ruby-core:37624] [Ruby 1.9 - Feature #4512][Assigned] [PATCH] ext/fcntl/fcntl.c: add F_DUPFD_CLOEXEC constant Issue #4512 has been updated by Motohiro KOSAKI. Status changed from Open to Assigned Assignee set to Motohiro KOSAKI > why not just give this to io.c/file.c maintainers? We don't have io.c/file.c maintainers too. Anyway I assigned it to me. Please stop annoying ping pong. ---------------------------------------- Feature #4512: [PATCH] ext/fcntl/fcntl.c: add F_DUPFD_CLOEXEC constant http://redmine.ruby-lang.org/issues/4512 Author: Eric Wong Status: Assigned Priority: Normal Assignee: Motohiro KOSAKI Category: ext Target version: 1.9.x =begin It's in POSIX.1-2008 and will be useful when Ruby becomes more multi-threaded. related: http://redmine.ruby-lang.org/issues/1291 If/when 1291 goes through I'd also like IO#dup to work with the dup3() system call, but this patch is much less intrusive. =end -- http://redmine.ruby-lang.org