aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-01-05 02:43:38 +0000
committerBruce Momjian <bruce@momjian.us>2006-01-05 02:43:38 +0000
commit6f84b2da75d3c5d4d401c94f92c9ac184a6faf5a (patch)
tree66ab0756a380f1ee23cdae6b6759b38d305b66a3 /src
parenta1675649e40250cde25cca8e2fe4616b719bf810 (diff)
downloadpostgresql-6f84b2da75d3c5d4d401c94f92c9ac184a6faf5a.tar.gz
postgresql-6f84b2da75d3c5d4d401c94f92c9ac184a6faf5a.zip
Remove QNX file.
Diffstat (limited to 'src')
-rw-r--r--src/include/port/qnx4.h12
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);