X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-headers%2Fsys_socket.texi;h=4aa224ab79c0faaa6b5e155ebcd4928b9939ba1c;hb=89c006fbb40a0455ad309155be38277490c0b94f;hp=f80e542544fa5a2448d51e0cb5d0226100dc1a38;hpb=06d76f63c628cb1653f3c27a1f60a46cf44665ba;p=gnulib.git diff --git a/doc/posix-headers/sys_socket.texi b/doc/posix-headers/sys_socket.texi index f80e54254..4aa224ab7 100644 --- a/doc/posix-headers/sys_socket.texi +++ b/doc/posix-headers/sys_socket.texi @@ -9,7 +9,7 @@ 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. @@ -17,6 +17,9 @@ This header file is not self-contained on some platforms: it requires 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: