avoid some overlong lines from posix urls, etc.
[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/onlinepubs/9699919799/functions/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 @item
16 On glibc platforms, the second parameter is of type @code{unsigned long}
17 rather than @code{int}.
18 @end itemize
19
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @item
23 Most @code{ioctl} requests are platform and hardware specific.
24 @end itemize