getloadavg: Remove an unreliable safety check.
[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 extensions
10 intprops
11 stdbool
12 stdlib
13
14 configure.ac:
15 gl_GETLOADAVG
16 gl_STDLIB_MODULE_INDICATOR([getloadavg])
17
18 Makefile.am:
19
20 Include:
21 <stdlib.h>
22
23 Link:
24 $(GETLOADAVG_LIBS)
25
26 License:
27 GPL
28
29 Maintainer:
30 Jim Meyering