Skip to content
Snippets Groups Projects
Commit 89eae96b authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Remove rint() prototype from QNX.

parent 3afb84cd
No related branches found
No related tags found
No related merge requests found
...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment