X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/36894f0ba8dd1f63e5f514f7f82e6e7c703d459c..fa11829f4b6d56533794dd127f3d1068d9593670:/unixish.h diff --git a/unixish.h b/unixish.h index 5c95a7b..23b3cad 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,7 +127,7 @@ #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