New module 'ioctl'.
[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{accept} are not
13 placed in @code{errno}, and @code{WSAGetLastError} must be used instead.
14 @item
15 @code{ioctl} is called @code{ioctlsocket} under mingw
16 @end itemize
17
18 Portability problems not fixed by Gnulib:
19 @itemize
20 @item
21 Most @code{ioctl} requests are platform and hardware specific.
22 @end itemize