getloadavg: Update documentation.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Nov 2010 14:55:47 +0000 (15:55 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Nov 2010 14:55:47 +0000 (15:55 +0100)
* doc/glibc-functions/getloadavg.texi: Mention the Solaris problem.

ChangeLog
doc/glibc-functions/getloadavg.texi

index 075ba146feba3b335611b7bf48ef82329045077e..583250bdd8eb89c401e4676c8a2a14cc73f901dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-11-27  Bruno Haible  <bruno@clisp.org>
+
+       getloadavg: Update documentation.
+       * doc/glibc-functions/getloadavg.texi: Mention the Solaris problem.
+
 2010-11-27  Bruno Haible  <bruno@clisp.org>
 
        sys_socket: Fix test whether the functions are declared.
index 67455c5a8f444650d945515e98544a9fbaea1293..31f917945cb62f8ed211a986aa88d2dfe5e744b1 100644 (file)
@@ -9,6 +9,10 @@ Portability problems fixed by Gnulib:
 @item
 This function is missing on some platforms:
 AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS.
+@item
+This function is declared in @code{<sys/loadavg.h>}, not @code{<sys/stdlib.h>},
+on some platforms:
+Solaris 11 2010-11.
 @end itemize
 
 Portability problems not fixed by Gnulib: