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
This commit is contained in:
Nick Ing-Simmons 2002-05-03 07:07:36 +00:00
parent 22a46b6e19
commit 079b94bc69

View File

@ -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)