unicodeio: Fix wrong result on FreeBSD.
[gnulib.git] / doc / glibc-headers / sys_ioctl.texi
blob8c9e28a3f8ad55cb5bccc5c0a4fa1ae322b579f8
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{https://www.gnu.org/software/libc/manual/html_node/IOCTLs.html},
14 @end ifnotinfo
15 @item
16 @uref{https://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 14.
26 @item
27 This header file does not declare the @code{ioctl} function on some platforms:
28 AIX 5.1, Solaris 11.4, Haiku 2017.
29 @end itemize
31 Portability problems not fixed by Gnulib:
32 @itemize
33 @end itemize