From 1219ed162f7dd248a7db2ebec18a1d448a1f2529 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 19 Mar 2011 13:39:12 +0100 Subject: [PATCH] sys_socket, netdb: Document problem with socklen_t. * doc/posix-headers/sys_socket.texi: Mention lack of socklen_t on some platforms. * doc/posix-headers/netdb.texi: Likewise. --- ChangeLog | 7 +++++++ doc/posix-headers/netdb.texi | 4 ++++ doc/posix-headers/sys_socket.texi | 3 +++ 3 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 01544bc9b..da95af4f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2011-03-19 Bruno Haible + + sys_socket, netdb: Document problem with socklen_t. + * doc/posix-headers/sys_socket.texi: Mention lack of socklen_t on some + platforms. + * doc/posix-headers/netdb.texi: Likewise. + 2011-03-18 Eric Blake maint.mk: let po check work in VPATH build diff --git a/doc/posix-headers/netdb.texi b/doc/posix-headers/netdb.texi index dd152bef3..c53dcfb69 100644 --- a/doc/posix-headers/netdb.texi +++ b/doc/posix-headers/netdb.texi @@ -16,6 +16,10 @@ This header file is incomplete on some platforms: Cygwin 1.5.x, Haiku. @item +This header file does not define the type @code{socklen_t} on some platforms: +HP-UX 10.20, IRIX 6.5, OSF/1 4.0, Interix 3.5, BeOS. + +@item This header file does not define @code{AI_ALL}, @code{AI_V4MAPPED}, @code{AI_ADDRCONFIG} on some platforms: NetBSD 5.0. diff --git a/doc/posix-headers/sys_socket.texi b/doc/posix-headers/sys_socket.texi index dc975b611..c8e42280f 100644 --- a/doc/posix-headers/sys_socket.texi +++ b/doc/posix-headers/sys_socket.texi @@ -14,6 +14,9 @@ mingw. This header file is not self-contained on some platforms: it requires @code{} to be included first. @item +This header file does not define the type @code{socklen_t} on some platforms: +HP-UX 10.20, IRIX 6.5, OSF/1 4.0, Interix 3.5, BeOS. +@item This header file is lacking the @code{SHUT_RD}, @code{SHUT_WR}, @code{SHUT_RDWR} macros on some platforms, despite having the @code{shutdown} functions: -- 2.11.0