summaryrefslogtreecommitdiff
path: root/gnulib/doc/glibc-functions/getloadavg.texi
blob: 4e79afb3daacfcaadb1d0188f66b17a82b1794d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@node getloadavg
@subsection @code{getloadavg}
@findex getloadavg

Gnulib module: getloadavg

Portability problems fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 2.6, Cygwin, mingw, MSVC 9, Interix 3.5, BeOS.
@item
This function is declared in @code{<sys/loadavg.h>}, not @code{<stdlib.h>},
on some platforms:
Solaris 11 2010-11.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize