mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
process.c: try conversion at redirection
* io.c (rb_io_check_io): make public. * process.c (check_exec_redirect): try conversion to IO on redirect parameters. [ruby-core:44181] [Bug #6269] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a8aa1e2127
commit
c05e6a8cda
5 changed files with 27 additions and 2 deletions
|
@ -168,6 +168,7 @@ void rb_io_synchronized(rb_io_t*);
|
|||
void rb_io_check_initialized(rb_io_t*);
|
||||
void rb_io_check_closed(rb_io_t*);
|
||||
VALUE rb_io_get_io(VALUE io);
|
||||
VALUE rb_io_check_io(VALUE io);
|
||||
VALUE rb_io_get_write_io(VALUE io);
|
||||
VALUE rb_io_set_write_io(VALUE io, VALUE w);
|
||||
int rb_io_wait_readable(int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue