New module 'shutdown'.
[pspp] / doc / posix-functions / shutdown.texi
1 @node shutdown
2 @section @code{shutdown}
3 @findex shutdown
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/shutdown.html}
6
7 Gnulib module: shutdown
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On Windows platforms (excluding Cygwin), error codes for @code{shutdown} are
13 not placed in @code{errno}, and @code{WSAGetLastError} must be used instead.
14 @end itemize
15
16 Portability problems not fixed by Gnulib:
17 @itemize
18 @end itemize