diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-05-03 07:07:36 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-05-03 07:07:36 +0000 |
commit | 079b94bc698b0934beaf07d168872e7ff53ba831 (patch) | |
tree | 96d22493ccab9f320bb01b3f0cb12d64e414a81e /iperlsys.h | |
parent | 22a46b6e190a186151dafce1a1c165a2532b0f1d (diff) | |
download | perl-079b94bc698b0934beaf07d168872e7ff53ba831.tar.gz |
Finish off 16350 for non-PERLIO build on linux,
non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
for some slots which now perlsdio.h is targeting.
p4raw-id: //depot/perlio@16366
Diffstat (limited to 'iperlsys.h')
-rw-r--r-- | iperlsys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/iperlsys.h b/iperlsys.h index 0dd5482250..76a49cd1af 100644 --- a/iperlsys.h +++ b/iperlsys.h @@ -340,8 +340,8 @@ struct IPerlStdIOInfo #define PerlSIO_set_ptr(f,p) PerlIOProc_abort() #endif #define PerlSIO_setlinebuf(f) setlinebuf(f) -#define PerlSIO_printf Perl_fprintf_nocontext -#define PerlSIO_stdoutf *PL_StdIO->pPrintf +#define PerlSIO_printf fprintf +#define PerlSIO_stdoutf printf #define PerlSIO_vprintf(f,fmt,a) vfprintf(f,fmt,a) #define PerlSIO_ftell(f) ftell(f) #define PerlSIO_fseek(f,o,w) fseek(f,o,w) |