X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/36894f0ba8dd1f63e5f514f7f82e6e7c703d459c..bccf3f3d1e8232741671a14320e468bb69bd7bed:/unixish.h diff --git a/unixish.h b/unixish.h index 5c95a7b..f464d83 100644 --- a/unixish.h +++ b/unixish.h @@ -103,9 +103,7 @@ */ /* #define ALTERNATE_SHEBANG "#!" / **/ -#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) # include -#endif #ifndef SIGABRT # define SIGABRT SIGILL @@ -129,11 +127,11 @@ #define Mkdir(path,mode) mkdir((path),(mode)) #ifndef PERL_SYS_INIT -# define PERL_SYS_INIT(c,v) PERL_FPU_INIT MALLOC_INIT +# define PERL_SYS_INIT(c,v) MALLOC_CHECK_TAINT2(*c,*v) PERL_FPU_INIT MALLOC_INIT #endif #ifndef PERL_SYS_TERM -#define PERL_SYS_TERM() OP_REFCNT_TERM; MALLOC_TERM +#define PERL_SYS_TERM() HINTS_REFCNT_TERM; OP_REFCNT_TERM; MALLOC_TERM #endif #define BIT_BUCKET "/dev/null"