]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Document <link.h>.
authorBruno Haible <bruno@clisp.org>
Sun, 22 Nov 2020 17:30:18 +0000 (18:30 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 22 Nov 2020 17:30:18 +0000 (18:30 +0100)
* doc/glibc-headers/link.texi: New file.
* doc/gnulib.texi: Include it.

ChangeLog
doc/glibc-headers/link.texi [new file with mode: 0644]
doc/gnulib.texi

index f67838bd4fe780321a8e2e097ecae54fef7dd9be..0265be8179469cad346089f380db3b5ddaccbeaa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-11-22  Bruno Haible  <bruno@clisp.org>
+
+       doc: Document <link.h>.
+       * doc/glibc-headers/link.texi: New file.
+       * doc/gnulib.texi: Include it.
+
 2020-11-22  Bruno Haible  <bruno@clisp.org>
 
        doc: Add references to the LSB.
diff --git a/doc/glibc-headers/link.texi b/doc/glibc-headers/link.texi
new file mode 100644 (file)
index 0000000..08ca56f
--- /dev/null
@@ -0,0 +1,20 @@
+@node link.h
+@section @file{link.h}
+
+Defines the type @code{struct dl_phdr_info}, and declares the function
+@code{dl_iterate_phdr}.
+
+Documentation: ---
+
+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:
+Mac OS X 10.13, AIX 7.1, HP-UX 11.31, IRIX 6.5, Cygwin 2.9.0, mingw, MSVC 14.
+@end itemize
index c4bf8b1c89383db379e6b5dedebedaf47a461d65..0620118bf5731beebf56519c90635c511a7b3b95 100644 (file)
@@ -3673,6 +3673,7 @@ not worked around by Gnulib.
 * ieee754.h::
 * ifaddrs.h::
 * libintl.h::
+* link.h::
 * mcheck.h::
 * mntent.h::
 * obstack.h::
@@ -3708,6 +3709,7 @@ not worked around by Gnulib.
 @include glibc-headers/ieee754.texi
 @include glibc-headers/ifaddrs.texi
 @include glibc-headers/libintl.texi
+@include glibc-headers/link.texi
 @include glibc-headers/mcheck.texi
 @include glibc-headers/mntent.texi
 @include glibc-headers/obstack.texi