diff options
author | Bruno Haible <bruno@clisp.org> | 2010-04-25 20:57:52 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-04-25 20:57:52 +0200 |
commit | a731808a4ac512228e870d5f443b91557f418559 (patch) | |
tree | ce2ed135184d82c8cfcd171cd1bd0418b8e5edec /doc/posix-functions/ttyname_r.texi | |
parent | 3a684fbdcc7cc1381585d5c2c8c27099bf4a1281 (diff) | |
download | gnulib-a731808a4ac512228e870d5f443b91557f418559.tar.gz |
ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
Diffstat (limited to 'doc/posix-functions/ttyname_r.texi')
-rw-r--r-- | doc/posix-functions/ttyname_r.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/posix-functions/ttyname_r.texi b/doc/posix-functions/ttyname_r.texi index ab1d186cad..4780390e2e 100644 --- a/doc/posix-functions/ttyname_r.texi +++ b/doc/posix-functions/ttyname_r.texi @@ -11,11 +11,11 @@ Portability problems fixed by Gnulib: @item This function is missing on some platforms: NetBSD 3.0, mingw, BeOS. +@item +This function has an incompatible declaration on some platforms: +MacOS X 10.4, Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined). @end itemize Portability problems not fixed by Gnulib: @itemize -@item -This function has an incompatible declaration on some platforms: -MacOS X 10.4, Solaris 10 (when @code{_POSIX_PTHREAD_SEMANTICS} is not defined). @end itemize |