modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / bind.texi
blob49f6e65de95b5dac9e520221664f00f5475816cd
1 @node bind
2 @section @code{bind}
3 @findex bind
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/bind.html}
7 Gnulib module: bind
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On Windows platforms (excluding Cygwin), error codes for @code{bind}
13 are not placed in @code{errno}, and @code{WSAGetLastError} must be
14 used instead.
15 @end itemize
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @end itemize