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