Remove rint() prototype from QNX.

This commit is contained in:
Bruce Momjian 2003-05-09 16:35:57 +00:00
parent 3afb84cd0f
commit 89eae96b2f
1 changed files with 0 additions and 2 deletions

View File

@ -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);