X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/731e259481f36b35d27c7bcbf1cb5cbfc834ed90..e9f2c446ed77eec13aad13748ac1b503b0cc3304:/plan9/plan9ish.h diff --git a/plan9/plan9ish.h b/plan9/plan9ish.h index c3ae067..5c326f6 100644 --- a/plan9/plan9ish.h +++ b/plan9/plan9ish.h @@ -104,9 +104,10 @@ #define ABORT() kill(PerlProc_getpid(),SIGABRT); #define BIT_BUCKET "/dev/null" -#define PERL_SYS_INIT(c,v) MALLOC_CHECK_TAINT2(*c,*v) MALLOC_INIT -#define dXSUB_SYS -#define PERL_SYS_TERM() MALLOC_TERM +#define PERL_SYS_INIT_BODY(c,v) \ + MALLOC_CHECK_TAINT2(*c,*v) PERLIO_INIT; MALLOC_INIT +#define dXSUB_SYS dNOOP +#define PERL_SYS_TERM_BODY() PERLIO_TERM; MALLOC_TERM /* * fwrite1() should be a routine with the same calling sequence as fwrite(),