summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-12-05 05:49:03 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-05 05:49:03 +0000
commit5b3035ed4d02db655cf5d2d62ab1ebb11c131def (patch)
tree50e37a930a707b11867778dd6a83abd599680499 /sv.c
parent411caa507cab4ba311ec4000c486ad2592d51146 (diff)
parent5f1a76d08cedee4f2888d077fe9593b03dd9bd13 (diff)
downloadperl-5b3035ed4d02db655cf5d2d62ab1ebb11c131def.tar.gz
Integrate perlio:
[ 7983] PERL_IMPLICIT_SYS (almost) works - something odd with "signal" p4raw-link: @7983 on //depot/perlio: 5f1a76d08cedee4f2888d077fe9593b03dd9bd13 p4raw-id: //depot/perl@7985
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index d645a6dfcf..f875d58053 100644
--- a/sv.c
+++ b/sv.c
@@ -6737,7 +6737,7 @@ Perl_fp_dup(pTHX_ PerlIO *fp, char type)
return ret;
/* create anew and remember what it is */
- ret = PerlIO_fdupopen(fp);
+ ret = PerlIO_fdupopen(aTHX_ fp);
ptr_table_store(PL_ptr_table, fp, ret);
return ret;
}