avoid some overlong lines from posix urls, etc.
[gnulib.git] / doc / posix-functions / getsockname.texi
1 @node getsockname
2 @section @code{getsockname}
3 @findex getsockname
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getsockname.html}
6
7 Gnulib module: getsockname
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On Windows platforms (excluding Cygwin), error codes for
13 @code{getsockname} are not placed in @code{errno}, and
14 @code{WSAGetLastError} must be used instead.
15 @end itemize
16
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 Some platforms don't have a @code{socklen_t} type; in this case this function's
21 third argument type is @samp{int *}.
22 @end itemize