From: Miles Bader Date: Sun, 23 Feb 1997 03:38:49 +0000 (+0000) Subject: [__GNU__] (NeXT, host_self): X-Git-Tag: 3.75.1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30c9fcfec384c3cd9d36459590596338124e32e2;p=thirdparty%2Fmake.git [__GNU__] (NeXT, host_self): New macros, to make hurd systems use the NeXT code for getting load averages. --- diff --git a/getloadavg.c b/getloadavg.c index 635e5ac5..84614870 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -1,5 +1,5 @@ /* Get the system load averages. - Copyright (C) 1985, 86, 87, 88, 89, 91, 92, 93, 1994, 1995 + Copyright (C) 1985, 86, 87, 88, 89, 91, 92, 93, 1994, 1995, 1997 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -436,6 +436,12 @@ extern int errno; # endif /* LOAD_AVE_TYPE */ +# ifdef __GNU__ +/* GNU hurd systems act sort of like NeXT ones, for load average purposes. */ +# define NeXT +# define host_self mach_host_self +# endif + # ifdef NeXT # ifdef HAVE_MACH_MACH_H # include