copy-acl: ignore ENOTSUP on HP-UX
[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 c-strtod
10 cloexec
11 extensions
12 fcntl-safer
13 intprops
14 stdbool
15 stdlib
16
17 configure.ac:
18 gl_GETLOADAVG([$gl_source_base])
19 gl_STDLIB_MODULE_INDICATOR([getloadavg])
20
21 Makefile.am:
22
23 Include:
24 <stdlib.h>
25
26 License:
27 GPL
28
29 Maintainer:
30 Jim Meyering