X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=mpeix%2Fmpeixish.h;h=49ef4355fec564f247c3a80de61a579e093c177f;hb=57c348a981665d6305f7f38920ab85e57a77ae65;hp=2ed9faf332a35950bf4193334c0becc8f414f5fa;hpb=1199dd43248b0956628341f2a63939a8378c8016;p=p5sagit%2Fp5-mst-13.2.git diff --git a/mpeix/mpeixish.h b/mpeix/mpeixish.h index 2ed9faf..49ef435 100644 --- a/mpeix/mpeixish.h +++ b/mpeix/mpeixish.h @@ -87,9 +87,7 @@ */ /* #define ALTERNATE_SHEBANG "#!" / **/ -#if !defined(NSIG) || defined(M_UNIX) || defined(M_XENIX) -# include -#endif +#include #ifndef SIGABRT # define SIGABRT SIGILL @@ -113,7 +111,7 @@ #define Mkdir(path,mode) mkdir((path),(mode)) #ifndef PERL_SYS_INIT -# define PERL_SYS_INIT(c,v) EARLY_INIT2(*c,*v) PERL_FPU_INIT MALLOC_INIT +# define PERL_SYS_INIT(c,v) PERL_FPU_INIT MALLOC_INIT #endif #ifndef PERL_SYS_TERM @@ -153,3 +151,5 @@ extern void srand48(long int seedval); extern int ftruncate(int fd, long wantsize); extern int gettimeofday( struct timeval *tp, struct timezone *tpz ); extern int truncate(const char *pathname, off_t length); + +#define fcntl mpe_fcntl