Split winsock.c into many smaller files.
[pspp] / doc / posix-functions / ioctl.texi
1 @node ioctl
2 @section @code{ioctl}
3 @findex ioctl
4
5 POSIX specification: @url{http://www.opengroup.org/susv3xsh/ioctl.html}
6
7 Gnulib module: ioctl
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 On Windows platforms (excluding Cygwin), error codes for @code{ioctl}
13 are not placed in @code{errno}, and @code{WSAGetLastError} must be
14 used instead.
15 @item
16 @code{ioctl} is called @code{ioctlsocket} under mingw
17 @end itemize
18
19 Portability problems not fixed by Gnulib:
20 @itemize
21 @item
22 Most @code{ioctl} requests are platform and hardware specific.
23 @end itemize