diff options
-rw-r--r-- | src/include/port/qnx4.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/port/qnx4.h b/src/include/port/qnx4.h deleted file mode 100644 index d47f6d97d54..00000000000 --- a/src/include/port/qnx4.h +++ /dev/null @@ -1,12 +0,0 @@ -#include <sys/types.h> /* for namser.h */ -#include <arpa/nameser.h> /* for BYTE_ORDER */ -#include <process.h> /* for execv */ -#include <ioctl.h> /* for unix.h */ -#include <unix.h> -#include <sys/select.h> /* for select */ - -#undef HAVE_GETRUSAGE - -extern int isnan(double dsrc); -extern long random(void); -extern void srandom(unsigned int seed); |