mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
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:
parent
22a46b6e19
commit
079b94bc69
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user