errno-h: document Haiku errors can’t be -1
[gnulib.git] / doc / glibc-functions / getloadavg.texi
blob9c6b9c702a1b42693fa74e3e080293484e750c88
1 @node getloadavg
2 @subsection @code{getloadavg}
3 @findex getloadavg
5 LSB specification:@* @url{https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-getloadavg-3.html}
7 Documentation:
8 @itemize
9 @item
10 @ifinfo
11 @ref{Processor Resources,,Learn about the processors available,libc},
12 @end ifinfo
13 @ifnotinfo
14 @url{https://www.gnu.org/software/libc/manual/html_node/Processor-Resources.html},
15 @end ifnotinfo
16 @item
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getloadavg.3.html,,man getloadavg}.
18 @end itemize
20 Gnulib module: getloadavg
21 @mindex getloadavg
23 Portability problems fixed by Gnulib:
24 @itemize
25 @item
26 This function is missing on some platforms:
27 AIX 5.1, HP-UX 11, Cygwin 1.7.x, mingw, MSVC 14, Android 9.0.
28 @item
29 This function is declared in @code{<sys/loadavg.h>}, not @code{<stdlib.h>},
30 on some platforms:
31 Solaris 11.4.
32 @end itemize
34 Portability problems not fixed by Gnulib:
35 @itemize
36 @end itemize