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: 3.74.1~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f49392b9c48c24835ccfc87103ff08ef3a519c6;p=platform%2Fupstream%2Fmake.git [convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion. --- diff --git a/getloadavg.c b/getloadavg.c index 3d805ab..8689a81 100644 --- 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