Mercurial > hg > octave-kai > gnulib-hg
annotate modules/getloadavg @ 5813:6962b5c5069f
Merge from coreutils.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Mon, 02 May 2005 07:00:50 +0000 |
parents | ec62790f0938 |
children | aec0a1f23054 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Return the current system load averages. |
4110 | 3 |
4 Files: | |
5 lib/getloadavg.c | |
5691
ec62790f0938
Factor int-properties macros into a single file, except for
Paul Eggert <eggert@cs.ucla.edu>
parents:
5629
diff
changeset
|
6 lib/intprops.h |
4110 | 7 |
8 Depends-on: | |
4979
6b9af4133e6f
Merge changes to getloadavg.c from coreutils and Emacs; this
Paul Eggert <eggert@cs.ucla.edu>
parents:
4197
diff
changeset
|
9 cloexec |
6b9af4133e6f
Merge changes to getloadavg.c from coreutils and Emacs; this
Paul Eggert <eggert@cs.ucla.edu>
parents:
4197
diff
changeset
|
10 xalloc |
5629 | 11 c-strtod |
5813 | 12 unistd-safer |
4110 | 13 |
14 configure.ac: | |
5629 | 15 AC_FUNC_GETLOADAVG |
4110 | 16 |
17 Makefile.am: | |
18 | |
19 Include: | |
20 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4979
diff
changeset
|
21 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4979
diff
changeset
|
22 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4979
diff
changeset
|
23 |
4197 | 24 Maintainer: |
25 Jim Meyering |