doc about getlogin_r, setstate.
authorBruno Haible <bruno@clisp.org>
Mon, 30 Jan 2012 21:47:22 +0000 (22:47 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 30 Jan 2012 21:47:22 +0000 (22:47 +0100)
* doc/posix-functions/getlogin_r.texi: List the incompatible
declaration problem under "not fixed by gnulib".
* doc/posix-functions/setstate.texi: Mention incompatible declaration
problem on Solaris 11 and other platforms.

ChangeLog
doc/posix-functions/getlogin_r.texi
doc/posix-functions/setstate.texi

index be64d3c..b002884 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-01-29  Bruno Haible  <bruno@clisp.org>
+
+       doc about getlogin_r, setstate.
+       * doc/posix-functions/getlogin_r.texi: List the incompatible
+       declaration problem under "not fixed by gnulib".
+       * doc/posix-functions/setstate.texi: Mention incompatible declaration
+       problem on Solaris 11 and other platforms.
+
 2012-01-29  Chuanchang Jia  <chuanchang.jia@gmail.com>  (tiny change)
            Bruno Haible  <bruno@clisp.org>
 
index 2fed2f5..6efb977 100644 (file)
@@ -16,9 +16,6 @@ This function is not declared unless @code{_REENTRANT} is defined,
 on some platforms:
 HP-UX 11.
 @item
-This function has an incompatible declaration on some platforms:
-Solaris 11 2011-11 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
-@item
 This function returns a truncated result, instead of failing with error code
 @code{ERANGE}, when the buffer is not large enough, on some platforms:
 OSF/1 5.1.
@@ -27,6 +24,9 @@ OSF/1 5.1.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
+This function has an incompatible declaration on some platforms:
+Solaris 11 2011-11 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
+@item
 This function fails even when standard input is a tty on some platforms:
 HP-UX 11.11.
 @item
index 085253e..54f28e1 100644 (file)
@@ -15,4 +15,7 @@ Solaris 2.4, mingw, MSVC 9.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+This function has a slightly incompatible declaration (the argument type being
+@samp{const char *} instead of @samp(char *}) on some platforms.
 @end itemize