aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-02-09 19:26:45 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-02-09 19:26:45 +0000
commitb1e4cfa5f6a89399ccf52d23e53a3a4fa9e2ec03 (patch)
tree1cfdfd5a4a0c17806afe2820bdd00d1247719c80
parentf835a4f1f73010e458470dc882a150faeeabd499 (diff)
downloadpostgresql-b1e4cfa5f6a89399ccf52d23e53a3a4fa9e2ec03.tar.gz
postgresql-b1e4cfa5f6a89399ccf52d23e53a3a4fa9e2ec03.zip
This hasn't been used for anything for a long time...
-rw-r--r--src/backend/port/hpux/port-protos.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/backend/port/hpux/port-protos.h b/src/backend/port/hpux/port-protos.h
deleted file mode 100644
index 45884497483..00000000000
--- a/src/backend/port/hpux/port-protos.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * port_protos.h
- * port-specific prototypes for HP-UX
- *
- *
- * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
- * Portions Copyright (c) 1994, Regents of the University of California
- *
- * $Id: port-protos.h,v 1.10 2001/01/24 19:43:04 momjian Exp $
- *
- *-------------------------------------------------------------------------
- */
-#ifndef PORT_PROTOS_H
-#define PORT_PROTOS_H
-
-#include <sys/resource.h>
-#include "dl.h"
-
-#include "utils/dynamic_loader.h"
-
-/* dynloader.c */
-
-/* pg_dl{open,close,sym} prototypes are in utils/dynamic_loader.h */
-
-/* port.c */
-
-extern int init_address_fixup(void);
-extern double rint(double x);
-extern double cbrt(double x);
-
-#endif /* PORT_PROTOS_H */