summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-10-30 08:05:32 +0000
committerNicholas Clark <nick@ccl4.org>2005-10-30 08:05:32 +0000
commite4dba78629baadf544a977b8105c4c2d93050b21 (patch)
treeccfb57be30afc7aa0fe7f0d4871241bf72e2b5d0 /doio.c
parentdbab294c68e8160ef916906a4beca1da8c0c2ec5 (diff)
downloadperl-e4dba78629baadf544a977b8105c4c2d93050b21.tar.gz
Replace do_open() with a macro to call do_openn() with the extra two
0 paramters. Move the old body to mathoms.c. p4raw-id: //depot/perl@25889
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/doio.c b/doio.c
index 102a07ab4d..c2867fb977 100644
--- a/doio.c
+++ b/doio.c
@@ -59,14 +59,6 @@
#include <signal.h>
bool
-Perl_do_open(pTHX_ GV *gv, register const char *name, I32 len, int as_raw,
- int rawmode, int rawperm, PerlIO *supplied_fp)
-{
- return do_openn(gv, name, len, as_raw, rawmode, rawperm,
- supplied_fp, (SV **) NULL, 0);
-}
-
-bool
Perl_do_openn(pTHX_ GV *gv, register const char *oname, I32 len, int as_raw,
int rawmode, int rawperm, PerlIO *supplied_fp, SV **svp,
I32 num_svs)