46a3605f7c802a41fbb63fa7d4b8e3887474ba03
[gnulib.git] / doc / posix-functions / socket.texi
1 @node socket
2 @section @code{socket}
3 @findex socket
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/socket.html}
6
7 Gnulib module: ---
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @end itemize
12
13 Portability problems not fixed by Gnulib:
14 @itemize
15 @item
16 This function is missing on some platforms:
17 mingw.
18 @item
19 On BeOS, the descriptors returned by the @code{socket} function can not be used
20 in calls to @code{read}, @code{write}, and @code{close}; you have to use
21 @code{recv}, @code{send}, @code{closesocket} in these cases instead.
22 @end itemize