Merge branch 'upstream' into stable
[gnulib.git] / doc / posix-headers / sys_socket.texi
1 @node sys/socket.h
2 @section @file{sys/socket.h}
3
4 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/sys_socket.h.html}
5
6 Gnulib module: sys_socket
7
8 Portability problems fixed by Gnulib:
9 @itemize
10 @item
11 This header file is missing on some platforms:
12 mingw.
13 @item
14 This header file is not self-contained on some platforms: it requires
15 @code{<sys/types.h>} to be included first.
16 @item
17 This header file is lacking the @code{SHUT_RD}, @code{SHUT_WR},
18 @code{SHUT_RDWR} macros on some platforms, despite having the @code{shutdown}
19 functions:
20 emx+gcc.
21 @item
22 The @code{struct sockaddr_storage} type does not have a member @code{ss_family}
23 on some platforms:
24 AIX 7.1.
25 @end itemize
26
27 Portability problems not fixed by Gnulib:
28 @itemize
29 @end itemize