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 075ba14..583250b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
        * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Include <sys/socket.h>,
        not <sys/select.h>.
index 67455c5..31f9179 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: