mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
Remove rint() prototype from QNX.
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user