summaryrefslogtreecommitdiff
path: root/perlio.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-03-23 09:53:20 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-03-23 09:53:20 +0000
commit6e60e805618a52942747f76233ecc85135a964e3 (patch)
tree8cee332ac4a3d8ccc26b66cd622d5cba7d87b035 /perlio.h
parentee518936bd3eee0065c20591f5182f733dadd4bd (diff)
downloadperl-6e60e805618a52942747f76233ecc85135a964e3.tar.gz
Avoid "reopen" semantics for time being. Fix bug in dup logic.
-Uuseperlio now works again. -Duseperlio is still poorly. Don't merge yet... p4raw-id: //depot/perlio@9303
Diffstat (limited to 'perlio.h')
-rw-r--r--perlio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perlio.h b/perlio.h
index 4efdae3683..51b9a83719 100644
--- a/perlio.h
+++ b/perlio.h
@@ -189,7 +189,7 @@ extern int PerlIO_puts (PerlIO *,const char *);
#ifndef PerlIO_open
extern PerlIO * PerlIO_open (const char *,const char *);
#endif
-#ifndef PerlIO_open
+#ifndef PerlIO_openn
extern PerlIO * PerlIO_openn (pTHX_ const char *layers, const char *mode,int fd,int imode,int perm,PerlIO *old,int narg,SV **arg);
#endif
#ifndef PerlIO_close