X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=plan9%2Fplan9ish.h;h=5c922cf0ba5d602eec347d499944049408763ab6;hb=1df3498620ecc1df99a2455e631a135f1710416f;hp=6fb59663f3ab6b4375b3d8994a3781b3000f12fa;hpb=16fe6d5906f6eff9da00cb861a7054a440d1f6eb;p=p5sagit%2Fp5-mst-13.2.git diff --git a/plan9/plan9ish.h b/plan9/plan9ish.h index 6fb5966..5c922cf 100644 --- a/plan9/plan9ish.h +++ b/plan9/plan9ish.h @@ -106,7 +106,7 @@ #define ABORT() kill(PerlProc_getpid(),SIGABRT); #define BIT_BUCKET "/dev/null" -#define PERL_SYS_INIT(c,v) MALLOC_INIT +#define PERL_SYS_INIT(c,v) MALLOC_CHECK_TAINT2(*c,*v) MALLOC_INIT #define dXSUB_SYS #define PERL_SYS_TERM() MALLOC_TERM @@ -131,4 +131,10 @@ /* For use by POSIX.xs */ extern int tcsendbreak(int, int); +#define CONDOP_SIZE 4 /* The Plan 9 compiler cannot return quads from ?: */ + +#undef HAS_SYMLINK /* Plan 9 doesn't really have these. */ +#undef HAS_LSTAT +#undef HAS_READLINK + #endif /* __PLAN9ISH_H__ */