diff --git a/src/include/port/qnx4.h b/src/include/port/qnx4.h deleted file mode 100644 index d47f6d97d5..0000000000 --- a/src/include/port/qnx4.h +++ /dev/null @@ -1,12 +0,0 @@ -#include /* for namser.h */ -#include /* for BYTE_ORDER */ -#include /* for execv */ -#include /* for unix.h */ -#include -#include /* for select */ - -#undef HAVE_GETRUSAGE - -extern int isnan(double dsrc); -extern long random(void); -extern void srandom(unsigned int seed);