modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / posix-functions / ioctl.texi
blob0afe64bb1b6e7c590b7671b61606f0c225a0e817
1 @node ioctl
2 @section @code{ioctl}
3 @findex ioctl
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ioctl.html}
7 Gnulib module: ioctl
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
20 Portability problems not fixed by Gnulib:
21 @itemize
22 @item
23 Most @code{ioctl} requests are platform and hardware specific.
24 @end itemize