]> git.eshelyaron.com Git - emacs.git/commitdiff
[convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion.
authorRoland McGrath <roland@gnu.org>
Tue, 20 Jun 1995 07:50:41 +0000 (07:50 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 20 Jun 1995 07:50:41 +0000 (07:50 +0000)
src/getloadavg.c

index 3d805ab52f0ad326312d8c220099a772e59617a1..8689a81eb5042bdf728e95ff20c869488809a230 100644 (file)
@@ -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