projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9a914c
)
[convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion.
author
Roland McGrath
<roland@redhat.com>
Tue, 20 Jun 1995 07:50:41 +0000
(07:50 +0000)
committer
Roland McGrath
<roland@redhat.com>
Tue, 20 Jun 1995 07:50:41 +0000
(07:50 +0000)
getloadavg.c
patch
|
blob
|
history
diff --git
a/getloadavg.c
b/getloadavg.c
index 3d805ab52f0ad326312d8c220099a772e59617a1..8689a81eb5042bdf728e95ff20c869488809a230 100644
(file)
--- a/
getloadavg.c
+++ b/
getloadavg.c
@@
-38,6
+38,7
@@
apollo
BSD Real BSD, not just BSD-like.
+ convex
DGUX
eunice UNIX emulator under VMS.
hpux
@@
-214,6
+215,13
@@
extern int errno;
#define LOAD_AVE_TYPE long
#endif
+#ifdef convex
+#define LOAD_AVE_TYPE double
+#ifndef LDAV_CVT
+#define LDAV_CVT(n) (n)
+#endif
+#endif
+
#endif /* No LOAD_AVE_TYPE. */
#ifdef OSF_ALPHA