documentation update for mingw socket functions
[gnulib.git] / doc / posix-functions / send.texi
1 @node send
2 @section @code{send}
3 @findex send
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/send.html}
6
7 Gnulib module: sys_socket
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On Windows platforms (excluding Cygwin), error codes for @code{accept} are not
13 placed in @code{errno}, and @code{WSAGetLastError} must be used instead.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @end itemize