mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@25 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4da995929d
commit
adc7c78fa2
1 changed files with 2 additions and 1 deletions
3
io.c
3
io.c
|
@ -1001,7 +1001,8 @@ pipe_open(pname, mode)
|
|||
break;
|
||||
|
||||
default: /* parent */
|
||||
{
|
||||
if (pid > 0) rb_sys_fail(0);
|
||||
else {
|
||||
NEWOBJ(port, struct RFile);
|
||||
OBJSETUP(port, cIO, T_FILE);
|
||||
MakeOpenFile(port, fptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue