mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* MODULES.html.sh (Numeric conversion functions <stdlib.h>): Add intprops. * modules/getloadavg (Files): Remove lib/intprops.h. (Depends-on): Add intprops. * modules/human: Likewise. * modules/inttostr: Likewise. * modules/openat: Likewise. * modules/sig2str: Likewise. * modules/userspec: Likewise. * modules/utimecmp: Likewise. * modules/xnanosleep: Likewise. * modules/xstrtol: Likewise.
27 lines
243 B
Plaintext
27 lines
243 B
Plaintext
Description:
|
|
Return the current system load averages.
|
|
|
|
Files:
|
|
lib/getloadavg.c
|
|
|
|
Depends-on:
|
|
cloexec
|
|
xalloc
|
|
c-strtod
|
|
intprops
|
|
stdbool
|
|
fcntl-safer
|
|
|
|
configure.ac:
|
|
AC_FUNC_GETLOADAVG
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|