Merge from coreutils.
[gnulib.git] / modules / getloadavg
1 Description:
2 Return the current system load averages.
3
4 Files:
5 lib/getloadavg.c
6 lib/intprops.h
7
8 Depends-on:
9 cloexec
10 xalloc
11 c-strtod
12 unistd-safer
13
14 configure.ac:
15 AC_FUNC_GETLOADAVG
16
17 Makefile.am:
18
19 Include:
20
21 License:
22 GPL
23
24 Maintainer:
25 Jim Meyering