From 6ef6bf8f302efe4c893ff6ae796eca2d784d5a34 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 10 Jun 2019 14:08:26 +0200 Subject: [PATCH] doc: Mention getauxval. * doc/glibc-functions/getauxval.texi: New file. * doc/gnulib.texi (Glibc sys/auxv.h): New section. --- doc/glibc-functions/getauxval.texi | 29 +++++++++++++++++++++++++++++ doc/gnulib.texi | 10 ++++++++++ 2 files changed, 39 insertions(+) create mode 100644 doc/glibc-functions/getauxval.texi diff --git a/doc/glibc-functions/getauxval.texi b/doc/glibc-functions/getauxval.texi new file mode 100644 index 0000000000..b29f04f468 --- /dev/null +++ b/doc/glibc-functions/getauxval.texi @@ -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 diff --git a/doc/gnulib.texi b/doc/gnulib.texi index ebe1529d75..9f90a55115 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -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{} +@node Glibc sys/auxv.h +@section Glibc @code{} + +@menu +* getauxval:: +@end menu + +@include glibc-functions/getauxval.texi + @node Glibc sys/capability.h @section Glibc @code{} -- 2.39.5