diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-23 09:53:20 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-03-23 09:53:20 +0000 |
commit | 6e60e805618a52942747f76233ecc85135a964e3 (patch) | |
tree | 8cee332ac4a3d8ccc26b66cd622d5cba7d87b035 /perlio.h | |
parent | ee518936bd3eee0065c20591f5182f733dadd4bd (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |