1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/pty
akr 4ae2b92576 * include/ruby/intern.h (rb_cloexec_dup): declared.
* io.c (rb_cloexec_dup): new function.
  (ruby_dup): use rb_cloexec_dup.

* ext/pty/pty.c (pty_getpty): use rb_cloexec_dup.
  
* ext/openssl/ossl_bio.c (ossl_obj2bio): ditto.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-10-29 11:02:32 +00:00
..
lib * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch 2011-08-26 22:22:37 +00:00
depend * include/ruby/io.h (rb_io_modestr_fmode): renamed from 2008-09-05 11:30:35 +00:00
extconf.rb * ext/pty/extconf.rb: check util.h for OpenBSD. 2008-12-17 10:38:19 +00:00
pty.c * include/ruby/intern.h (rb_cloexec_dup): declared. 2011-10-29 11:02:32 +00:00