aboutsummaryrefslogtreecommitdiff
path: root/src/include/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port.h')
-rw-r--r--src/include/port.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/port.h b/src/include/port.h
index e40452c1ed0..3be994b43c7 100644
--- a/src/include/port.h
+++ b/src/include/port.h
@@ -385,10 +385,6 @@ extern float pg_strtof(const char *nptr, char **endptr);
extern char *mkdtemp(char *path);
#endif
-#ifndef HAVE_RINT
-extern double rint(double x);
-#endif
-
#ifndef HAVE_INET_ATON
#include <netinet/in.h>
#include <arpa/inet.h>