From: Bruno Haible Date: Wed, 22 Dec 2010 10:44:12 +0000 (+0100) Subject: getaddrinfo: Update doc. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a84f05ce88c372ec7b98f9294d5b3e76bcb22ad;p=pspp getaddrinfo: Update doc. * doc/posix-functions/gai_strerror.texi: Return type is also different on AIX and HP-UX. --- diff --git a/ChangeLog b/ChangeLog index e9128adfed..298bae1b5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-12-22 Bruno Haible + + getaddrinfo: Update doc. + * doc/posix-functions/gai_strerror.texi: Return type is also different + on AIX and HP-UX. + 2010-12-22 Paul Eggert getaddrinfo, inet_ntop: Update doc for Solaris. diff --git a/doc/posix-functions/gai_strerror.texi b/doc/posix-functions/gai_strerror.texi index 730a98ae26..41e46e828e 100644 --- a/doc/posix-functions/gai_strerror.texi +++ b/doc/posix-functions/gai_strerror.texi @@ -17,5 +17,5 @@ Portability problems not fixed by Gnulib: @itemize This function's return type is @code{char *} instead of @code{const char *} on some platforms: -OSF/1 5.1, Solaris 9. +AIX 7.1, HP-UX 11, OSF/1 5.1, Solaris 9. @end itemize