changeset 12332:443ebb2a278a

[convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion.
author Roland McGrath <roland@gnu.org>
date Tue, 20 Jun 1995 07:50:41 +0000
parents 444c5079cb22
children 5364f0b969f3
files src/getloadavg.c
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/getloadavg.c	Tue Jun 20 03:11:14 1995 +0000
+++ b/src/getloadavg.c	Tue Jun 20 07:50:41 1995 +0000
@@ -38,6 +38,7 @@
 
    apollo
    BSD				Real BSD, not just BSD-like.
+   convex
    DGUX
    eunice			UNIX emulator under VMS.
    hpux
@@ -214,6 +215,13 @@
 #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