summaryrefslogtreecommitdiff
path: root/doc/glibc-headers
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-10-10 02:05:36 +0200
committerBruno Haible <bruno@clisp.org>2008-10-10 02:05:36 +0200
commit4a07a4c1681a85311ab4d7f329291ffdefd9b811 (patch)
tree4a8c719b321e06113d52d315ca997f19cf4bb330 /doc/glibc-headers
parent59a539f3e601f4639e67d9a6d2a20c9450e642f4 (diff)
downloadgnulib-4a07a4c1681a85311ab4d7f329291ffdefd9b811.tar.gz
Document <sys/ioctl.h> status.
Diffstat (limited to 'doc/glibc-headers')
-rw-r--r--doc/glibc-headers/sys_ioctl.texi33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/glibc-headers/sys_ioctl.texi b/doc/glibc-headers/sys_ioctl.texi
new file mode 100644
index 0000000000..16908bd18f
--- /dev/null
+++ b/doc/glibc-headers/sys_ioctl.texi
@@ -0,0 +1,33 @@
+@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: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This header file is missing on some platforms:
+mingw.
+@item
+This header file does not declare the @code{ioctl} function on some platforms:
+AIX 5.1, Solaris 10.
+@end itemize