diff options
author | Bruno Haible <bruno@clisp.org> | 2010-04-25 19:50:16 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-04-25 19:50:16 +0200 |
commit | 3a684fbdcc7cc1381585d5c2c8c27099bf4a1281 (patch) | |
tree | 73ce432ff075b006aea322c4a8122b49abc126bd /doc/posix-functions/getpwnam_r.texi | |
parent | f62e9d92ff548d8671fef70f42d1a173933cceb5 (diff) | |
download | gnulib-3a684fbdcc7cc1381585d5c2c8c27099bf4a1281.tar.gz |
Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
Diffstat (limited to 'doc/posix-functions/getpwnam_r.texi')
-rw-r--r-- | doc/posix-functions/getpwnam_r.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-functions/getpwnam_r.texi b/doc/posix-functions/getpwnam_r.texi index a3598b6024..66616d58f6 100644 --- a/doc/posix-functions/getpwnam_r.texi +++ b/doc/posix-functions/getpwnam_r.texi @@ -15,4 +15,7 @@ Portability problems not fixed by Gnulib: @item This function is missing on some platforms: OpenBSD 3.8, mingw, BeOS. +@item +This function has an incompatible declaration on some platforms: +Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined). @end itemize |