modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / doc / glibc-headers / sys_ioctl.texi
blob212903069ddeea0f5c2fabe179d5ebb9e90c5ecd
1 @node sys/ioctl.h
2 @section @file{sys/ioctl.h}
4 Declares the function @code{ioctl}.
6 Documentation:
7 @itemize
8 @item
9 @ifinfo
10 @ref{IOCTLs,,,libc},
11 @end ifinfo
12 @ifnotinfo
13 @url{http://www.gnu.org/software/libc/manual/html_node/IOCTLs.html},
14 @end ifnotinfo
15 @item
16 @uref{http://www.kernel.org/doc/man-pages/online/pages/man2/ioctl.2.html,,man ioctl}.
17 @end itemize
19 Gnulib module: sys_ioctl
21 Portability problems fixed by Gnulib:
22 @itemize
23 @item
24 This header file is missing on some platforms:
25 mingw, MSVC 9.
26 @item
27 This header file does not declare the @code{ioctl} function on some platforms:
28 AIX 5.1, Solaris 11 2011-11.
29 @end itemize
31 Portability problems not fixed by Gnulib:
32 @itemize
33 @end itemize