projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3afb84c
)
Remove rint() prototype from QNX.
author
Bruce Momjian
<bruce@momjian.us>
Fri, 9 May 2003 16:35:57 +0000
(16:35 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 9 May 2003 16:35:57 +0000
(16:35 +0000)
src/include/port/qnx4.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/port/qnx4.h
b/src/include/port/qnx4.h
index c4f43aabbe9e78fde25628db967e1e14b1bb4438..b19e76793ae38524e73d98f7a0fba64bb91a095c 100644
(file)
--- 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);