summaryrefslogtreecommitdiff
path: root/gnulib/doc/posix-functions/shutdown.texi
blob: 1c49142a2660f725142832af8b0b8f263ab04f61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@node shutdown
@section @code{shutdown}
@findex shutdown

POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/shutdown.html}

Gnulib module: shutdown

Portability problems fixed by Gnulib:
@itemize
@item
On Windows platforms (excluding Cygwin), error codes for
@code{shutdown} are not placed in @code{errno}, and
@code{WSAGetLastError} must be used instead.
@end itemize

Portability problems not fixed by Gnulib:
@itemize
@end itemize