mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* doc/*/*.texi: Mention Solaris 11 2011-11 where appropriate. * m4/printf.m4: Update comments.
34 lines
689 B
Plaintext
34 lines
689 B
Plaintext
@node sys/ioctl.h
|
|
@section @file{sys/ioctl.h}
|
|
|
|
Declares the function @code{ioctl}.
|
|
|
|
Documentation:
|
|
@itemize
|
|
@item
|
|
@ifinfo
|
|
@ref{IOCTLs,,,libc},
|
|
@end ifinfo
|
|
@ifnotinfo
|
|
@url{http://www.gnu.org/software/libc/manual/html_node/IOCTLs.html},
|
|
@end ifnotinfo
|
|
@item
|
|
@uref{http://www.kernel.org/doc/man-pages/online/pages/man2/ioctl.2.html,,man ioctl}.
|
|
@end itemize
|
|
|
|
Gnulib module: sys_ioctl
|
|
|
|
Portability problems fixed by Gnulib:
|
|
@itemize
|
|
@item
|
|
This header file is missing on some platforms:
|
|
mingw, MSVC 9.
|
|
@item
|
|
This header file does not declare the @code{ioctl} function on some platforms:
|
|
AIX 5.1, Solaris 11 2011-11.
|
|
@end itemize
|
|
|
|
Portability problems not fixed by Gnulib:
|
|
@itemize
|
|
@end itemize
|