Merge branch 'stable'
[gnulib.git] / doc / glibc-headers / sys_ioctl.texi
1 @node sys/ioctl.h
2 @section @file{sys/ioctl.h}
3
4 Declares the function @code{ioctl}.
5
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
18
19 Gnulib module: sys_ioctl
20
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 2010-11.
29 @end itemize
30
31 Portability problems not fixed by Gnulib:
32 @itemize
33 @end itemize