Add a getloadavg() declaration to <stdlib.h>.
[gnulib.git] / modules / getloadavg
1 Description:
2 Return the current system load averages.
3
4 Files:
5 lib/getloadavg.c
6 m4/getloadavg.m4
7
8 Depends-on:
9 stdlib
10 extensions
11 cloexec
12 xalloc
13 c-strtod
14 intprops
15 stdbool
16 fcntl-safer
17
18 configure.ac:
19 gl_GETLOADAVG([$gl_source_base])
20 gl_STDLIB_MODULE_INDICATOR([getloadavg])
21
22 Makefile.am:
23
24 Include:
25 <stdlib.h>
26
27 License:
28 GPL
29
30 Maintainer:
31 Jim Meyering