From: Bruce Momjian Date: Fri, 9 May 2003 16:35:57 +0000 (+0000) Subject: Remove rint() prototype from QNX. X-Git-Tag: REL7_4_BETA1~621 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89eae96b2f739b5f0e7db4bee8bd517207d699c6;p=postgresql Remove rint() prototype from QNX. --- diff --git a/src/include/port/qnx4.h b/src/include/port/qnx4.h index c4f43aabbe..b19e76793a 100644 --- a/src/include/port/qnx4.h +++ b/src/include/port/qnx4.h @@ -26,8 +26,6 @@ typedef unsigned char slock_t; extern int isnan(double dsrc); -extern double rint(double x); - extern char *crypt(const char *, const char *); extern long random(void);