aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/irix5/port.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/port/irix5/port.c')
-rw-r--r--src/backend/port/irix5/port.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/backend/port/irix5/port.c b/src/backend/port/irix5/port.c
new file mode 100644
index 00000000000..82303ed7fcb
--- /dev/null
+++ b/src/backend/port/irix5/port.c
@@ -0,0 +1,16 @@
+/*-------------------------------------------------------------------------
+ *
+ * port.c--
+ * Irix5-specific routines
+ *
+ * Copyright (c) 1994, Regents of the University of California
+ *
+ *
+ * IDENTIFICATION
+ * /usr/local/devel/pglite/cvs/src/backend/port/sparc_solaris/port.c,v 1.2 1995/03/17 06:40:19 andrew Exp
+ *
+ *-------------------------------------------------------------------------
+ */
+#include <math.h> /* for pow() prototype */
+
+#include <errno.h>