d1574bb5933392cc1938b8931fa00be2775cf19d
[gnulib.git] / 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), @code{ioctl} is called
13 @code{ioctlsocket}, and error codes for this function are not placed in
14 @code{errno}, and @code{WSAGetLastError} must be used instead.
15 @end itemize
16
17 Portability problems not fixed by Gnulib:
18 @itemize
19 @item
20 Most @code{ioctl} requests are platform and hardware specific.
21 @end itemize