]> Savannah Git Hosting - gnulib.git/commit
Fix malfunction of socket functions on HP-UX in 64-bit mode.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Jan 2018 09:57:59 +0000 (10:57 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Jan 2018 09:57:59 +0000 (10:57 +0100)
commitd4f6a210f44a2bbfedfc60353758c39fb86f8d7a
treee6c770cbb8e03e9cd4f379f1a04cd349bf17ea12
parent46e7ff4afee45c1b2b52849bd36b3b258417ec51
Fix malfunction of socket functions on HP-UX in 64-bit mode.

* m4/socketlib.m4 (gl_SOCKETLIB): Add comment.
* m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Define
_HPUX_ALT_XOPEN_SOCKET_API.
* modules/accept (Depends-on): Add 'extensions'.
* modules/getpeername (Depends-on): Likewise.
* modules/getsockname (Depends-on): Likewise.
* modules/getsockopt (Depends-on): Likewise.
* modules/recvfrom (Depends-on): Likewise.
* doc/posix-functions/accept.texi: Mention the HP-UX socklen_t problem.
* doc/posix-functions/getpeername.texi: Likewise.
* doc/posix-functions/getsockname.texi: Likewise.
* doc/posix-functions/getsockopt.texi: Likewise.
* doc/posix-functions/recvfrom.texi: Likewise.
13 files changed:
ChangeLog
doc/posix-functions/accept.texi
doc/posix-functions/getpeername.texi
doc/posix-functions/getsockname.texi
doc/posix-functions/getsockopt.texi
doc/posix-functions/recvfrom.texi
m4/extensions.m4
m4/socketlib.m4
modules/accept
modules/getpeername
modules/getsockname
modules/getsockopt
modules/recvfrom