mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* doc/*/*.texi: Mention Solaris 11 2011-11 where appropriate. * m4/printf.m4: Update comments.
21 lines
485 B
Plaintext
21 lines
485 B
Plaintext
@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 2011-11.
|
|
@end itemize
|
|
|
|
Portability problems not fixed by Gnulib:
|
|
@itemize
|
|
@end itemize
|