1
0
Fork 0
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:
matz 1998-01-19 05:22:20 +00:00
parent 4da995929d
commit adc7c78fa2

3
io.c
View file

@ -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);