]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Mention getauxval.
authorBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:26 +0000 (14:08 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 10 Jun 2019 12:08:26 +0000 (14:08 +0200)
* doc/glibc-functions/getauxval.texi: New file.
* doc/gnulib.texi (Glibc sys/auxv.h): New section.

doc/glibc-functions/getauxval.texi [new file with mode: 0644]
doc/gnulib.texi

diff --git a/doc/glibc-functions/getauxval.texi b/doc/glibc-functions/getauxval.texi
new file mode 100644 (file)
index 0000000..b29f04f
--- /dev/null
@@ -0,0 +1,29 @@
+@node getauxval
+@subsection @code{getauxval}
+@findex getauxval
+
+Documentation:
+@itemize
+@item
+@ifinfo
+@ref{Auxiliary Vector,,Auxiliary Vector,libc},
+@end ifinfo
+@ifnotinfo
+@url{https://www.gnu.org/software/libc/manual/html_node/Auxiliary-Vector.html},
+@end ifnotinfo
+@item
+@uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getauxval.3.html,,man getauxval}.
+@end itemize
+
+Gnulib module: ---
+
+Portability problems fixed by Gnulib:
+@itemize
+@end itemize
+
+Portability problems not fixed by Gnulib:
+@itemize
+@item
+This function is missing on many non-glibc platforms:
+glibc 2.15, Mac OS X 10.5, FreeBSD 12.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.4, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS.
+@end itemize
index ebe1529d75fa1c0d9d8ffbd986da3938e640996c..9f90a551159369a8d7d7cf2c1c63e538bb127762 100644 (file)
@@ -3613,6 +3613,7 @@ This list of functions is sorted according to the header that declares them.
 * Glibc stdio.h::
 * Glibc stdlib.h::
 * Glibc string.h::
+* Glibc sys/auxv.h::
 * Glibc sys/capability.h::
 * Glibc sys/epoll.h::
 * Glibc sys/eventfd.h::
@@ -5579,6 +5580,15 @@ This list of functions is sorted according to the header that declares them.
 @c @node Glibc stropts.h
 @c @section Glibc Extensions to @code{<stropts.h>}
 
+@node Glibc sys/auxv.h
+@section Glibc @code{<sys/auxv.h>}
+
+@menu
+* getauxval::
+@end menu
+
+@include glibc-functions/getauxval.texi
+
 @node Glibc sys/capability.h
 @section Glibc @code{<sys/capability.h>}