summaryrefslogtreecommitdiff
path: root/doc/posix-functions/inet_ntop.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-12-19 22:41:16 +0100
committerBruno Haible <bruno@clisp.org>2010-12-19 22:41:16 +0100
commit224a9074d9b07fb6315619711d736b641ddb3cb3 (patch)
tree69cf24628e590663d402e2691bc086cc0e3c90cf /doc/posix-functions/inet_ntop.texi
parent423d3cac13c30bb0d5f85e5fac6ab1406ed1731a (diff)
downloadgnulib-224a9074d9b07fb6315619711d736b641ddb3cb3.tar.gz
Document some different function declarations on OSF/1 5.1.
* doc/posix-functions/gai_strerror.texi: Mention different declaration. * doc/posix-functions/inet_ntop.texi: Likewise. * doc/posix-functions/gethostname.texi: Likewise. * lib/unistd.in.h (gethostname): Update comment.
Diffstat (limited to 'doc/posix-functions/inet_ntop.texi')
-rw-r--r--doc/posix-functions/inet_ntop.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/posix-functions/inet_ntop.texi b/doc/posix-functions/inet_ntop.texi
index 62326a85c1..9cbc2f4938 100644
--- a/doc/posix-functions/inet_ntop.texi
+++ b/doc/posix-functions/inet_ntop.texi
@@ -15,4 +15,8 @@ HP-UX 11.00, OSF/1 4.0, Solaris 2.5.1, mingw, Interix 3.5, BeOS.
Portability problems not fixed by Gnulib:
@itemize
+@item
+This function's fourth argument type is @code{size_t} instead of
+@code{socklen_t} on some platforms:
+OSF/1 5.1.
@end itemize