diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-20 14:00:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-20 14:00:23 +0000 |
commit | b62e3068b8477412c1bf4f7b95e7ddafa8c143a1 (patch) | |
tree | 490f5d27e1523d6524da873f43352b96aab15f00 /mpeix/mpeixish.h | |
parent | 0dec986a3fdc9a52abdf7d1390936c6b308b8643 (diff) | |
download | perl-b62e3068b8477412c1bf4f7b95e7ddafa8c143a1.tar.gz |
MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
p4raw-id: //depot/perl@10752
Diffstat (limited to 'mpeix/mpeixish.h')
-rw-r--r-- | mpeix/mpeixish.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mpeix/mpeixish.h b/mpeix/mpeixish.h index 8dba0a8109..821d593162 100644 --- a/mpeix/mpeixish.h +++ b/mpeix/mpeixish.h @@ -138,4 +138,10 @@ #undef PWAGE #undef PWCOMMENT -#define ITIMER_REAL 0 +/* various missing external function declarations */ + +#include <sys/ipc.h> +extern key_t ftok (char *pathname, char id); +extern char *gcvt (double value, int ndigit, char *buf); +extern int isnan (double value); +extern void srand48(long int seedval); |