0d591e477895ab243d55b5c47083cf5a852dffd2
[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/susv3xsh/getsockname.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 Some platforms don't have a @code{socklen_t} type; in this case this function's
17 third argument type is @samp{int *}.
18 @end itemize