From: Roland McGrath Date: Tue, 20 Jun 1995 07:50:41 +0000 (+0000) Subject: [convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion. X-Git-Tag: emacs-19.34~3527 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91bf5fad9014138b5e460bfc44a81501925fd23a;p=emacs.git [convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion. --- diff --git a/src/getloadavg.c b/src/getloadavg.c index 3d805ab52f0..8689a81eb50 100644 --- a/src/getloadavg.c +++ b/src/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