Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2023-04-09 00:30:12 +02:00
commit 70617e86c9

View File

@ -934,7 +934,9 @@ readelf -l a.out | grep '/ld-linux-x32'</userinput></screen>
<varlistentry id="libanl"> <varlistentry id="libanl">
<term><filename class="libraryfile">libanl</filename></term> <term><filename class="libraryfile">libanl</filename></term>
<listitem> <listitem>
<para>An asynchronous name lookup library</para> <para>Dummy library containing no functions. Previously was the
asynchronous name lookup library, whose functions are now in
<filename class='libraryfile'>libc</filename></para>
<indexterm zone="ch-system-glibc libanl"> <indexterm zone="ch-system-glibc libanl">
<primary sortas="c-libanl">libanl</primary> <primary sortas="c-libanl">libanl</primary>
</indexterm> </indexterm>
@ -1075,8 +1077,9 @@ readelf -l a.out | grep '/ld-linux-x32'</userinput></screen>
<listitem> <listitem>
<para>Dummy library containing no functions. Previously contained <para>Dummy library containing no functions. Previously contained
functions providing most of the interfaces specified functions providing most of the interfaces specified
by the POSIX.1b Realtime Extension, now the functions are in by the POSIX.1c Threads Extensions and the semaphore interfaces
<filename class="libraryfile">libc</filename></para> specified by the POSIX.1b Real-time Extensions, now the functions
are in <filename class="libraryfile">libc</filename></para>
<indexterm zone="ch-system-glibc libpthread"> <indexterm zone="ch-system-glibc libpthread">
<primary sortas="c-libpthread">libpthread</primary> <primary sortas="c-libpthread">libpthread</primary>
</indexterm> </indexterm>
@ -1098,7 +1101,7 @@ readelf -l a.out | grep '/ld-linux-x32'</userinput></screen>
<term><filename class="libraryfile">librt</filename></term> <term><filename class="libraryfile">librt</filename></term>
<listitem> <listitem>
<para>Contains functions providing most of the interfaces specified <para>Contains functions providing most of the interfaces specified
by the POSIX.1b Realtime Extension</para> by the POSIX.1b Real-time Extensions</para>
<indexterm zone="ch-system-glibc librt"> <indexterm zone="ch-system-glibc librt">
<primary sortas="c-librt">librt</primary> <primary sortas="c-librt">librt</primary>
</indexterm> </indexterm>