summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-04-30 13:38:43 +0200
committerBruno Haible <bruno@clisp.org>2011-04-30 13:38:43 +0200
commit95bbafdb715dcfdbe7f629e2411b300ccaa84db4 (patch)
tree4914ae023bd8864da7048e93496a9fffef7ddd55 /doc
parentc9b4d37004240533b0aab80806cc8539140e4fd1 (diff)
downloadgnulib-95bbafdb715dcfdbe7f629e2411b300ccaa84db4.tar.gz
sys_socket: Ensure 'struct iovec' definition.
* lib/sys_socket.in.h: Include <sys/uio.h> also on platforms that have <sys/socket.h>. * doc/posix-headers/sys_socket.texi: Mention the OpenBSD problem.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-headers/sys_socket.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/posix-headers/sys_socket.texi b/doc/posix-headers/sys_socket.texi
index f80e542544..72fd688705 100644
--- a/doc/posix-headers/sys_socket.texi
+++ b/doc/posix-headers/sys_socket.texi
@@ -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: