X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Fsys_socket.texi;h=4aa224ab79c0faaa6b5e155ebcd4928b9939ba1c;hb=2049ed10148563c6c530c8b13229ea35da4f4cc1;hp=dc975b611f630fd2b8d075edd74fd734ad58dbd0;hpb=5500698d4bebe8c204bfeb88673f71240647686a;p=gnulib.git diff --git a/doc/posix-headers/sys_socket.texi b/doc/posix-headers/sys_socket.texi index dc975b611..4aa224ab7 100644 --- a/doc/posix-headers/sys_socket.texi +++ b/doc/posix-headers/sys_socket.texi @@ -9,11 +9,17 @@ Portability problems fixed by Gnulib: @itemize @item This header file is missing on some platforms: -mingw. +mingw, MSVC 9. @item 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 does not define the type @code{struct iovec} on some platforms: +OpenBSD 4.4. +@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: @@ -26,4 +32,10 @@ AIX 7.1. Portability problems not fixed by Gnulib: @itemize +@item +This header file does not declare the @code{msg_control} and +@code{msg_controllen} members of @code{struct msghdr} on some +platforms. This can be detected by the absence of the +@code{CMSG_FIRSTHDR} macro: +gnulib replacement header, old BSD @end itemize