Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
[gnulib.git] / doc / posix-functions / getgrnam_r.texi
index dbf816f..04dd2cf 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{getgrnam_r}
 @findex getgrnam_r
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/getgrnam_r.html}
+POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getgrnam_r.html}
 
 Gnulib module: ---
 
@@ -15,4 +15,7 @@ Portability problems not fixed by Gnulib:
 @item
 This function is missing on some platforms:
 mingw, BeOS.
+@item
+This function has an incompatible declaration on some platforms:
+Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined).
 @end itemize