Commit 89eae96b authored by Bruce Momjian's avatar Bruce Momjian

Remove rint() prototype from QNX.

parent 3afb84cd
...@@ -26,8 +26,6 @@ typedef unsigned char slock_t; ...@@ -26,8 +26,6 @@ typedef unsigned char slock_t;
extern int isnan(double dsrc); extern int isnan(double dsrc);
extern double rint(double x);
extern char *crypt(const char *, const char *); extern char *crypt(const char *, const char *);
extern long random(void); extern long random(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment