Mercurial > hg > octave-nkf > gnulib-hg
view doc/posix-functions/inet_ntop.texi @ 13950:20b998294d8d
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.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 19 Dec 2010 22:41:16 +0100 |
parents | bb0ceefd22dc |
children | b64b2c4507ad |
line wrap: on
line source
@node inet_ntop @section @code{inet_ntop} @findex inet_ntop POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/inet_ntop.html} Gnulib module: inet_ntop Portability problems fixed by Gnulib: @itemize @item This function is missing on some platforms: HP-UX 11.00, OSF/1 4.0, Solaris 2.5.1, mingw, Interix 3.5, BeOS. @end itemize 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