lib/getloadavg.c


Log

Author Commit Date CI Message
Jim Meyering 35455a4f 2000-06-19T07:25:01 [HAVE_NLIST_H] (NLIST_STRUCT): Define.
Jim Meyering 8b4395b2 2000-06-19T07:19:41 revert last change
Jim Meyering b8156e30 2000-06-18T06:17:54 s/NLIST_STRUCT/HAVE_NLIST_H/. Remove big multi-platform `#ifndef NLIST_STRUCT' block.
Jim Meyering 3679b7f3 1999-01-31T16:54:00 Include locale.h. [!HAVE_SETLOCALE]: Define-away setlocale. (getloadavg): Ensure the sscanf of /proc/getloadavg data uses the `C' numeric locale. Restore afterwards.
Jim Meyering a8b5f7b7 1997-07-15T14:05:07 correct cpp-indentation
Jim Meyering 0615dbbd 1997-07-15T14:03:22 Merge with FSF.
Jim Meyering 76486c93 1997-01-18T15:07:16 Add comment re HAVE_PSTAT_GETDYNAMIC.
Jim Meyering b8e3478a 1997-01-15T04:59:07 Fix up indentation a little.
Jim Meyering cc82de40 1997-01-15T04:55:39 Indent cpp-directives to reflect nesting.
Jim Meyering ec9cea08 1996-12-07T19:03:13 [__SVR4]: Define SVR4. Remove duplicate `|| defined(SVR4)' disjunct guarding the #define KERNEL_FILE "/unix" definiton.
Jim Meyering 330d1dc9 1996-10-22T05:01:13 [__linux__]: Don't bother with a.out/nlist/kernel defines or includes -- Linux systems simply read /proc/loadavg.
Jim Meyering 76563794 1996-10-10T03:14:48 [__sun]: Define sun. Reported by Kaveh Ghazi.
Jim Meyering fb240629 1996-10-08T02:06:34 [__hpux]: Define hpux. From Eric Backus.
Jim Meyering 201ecebe 1996-09-19T12:54:15 Replace with FSF version.
Jim Meyering 31395e89 1996-04-14T02:12:46 Test cpp-defined __sun as well as sun, because in strict ANSI mode, only __sun is defined. From Kaveh Ghazi.
Jim Meyering ae3df781 1996-04-10T04:03:47 .