diff options
-rw-r--r-- | chapter08/glibc.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index ff655a89e..9f07b46eb 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -918,8 +918,9 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen> <listitem> <para>Dummy library containing no functions. Previously contained functions providing most of the interfaces specified - by the POSIX.1b Realtime Extension, now the functions are in - <filename class="libraryfile">libc</filename></para> + by the POSIX.1c Threads Extensions and the semaphore interfaces + 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"> <primary sortas="c-libpthread">libpthread</primary> </indexterm> @@ -941,7 +942,7 @@ mkdir -pv /etc/ld.so.conf.d</userinput></screen> <term><filename class="libraryfile">librt</filename></term> <listitem> <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"> <primary sortas="c-librt">librt</primary> </indexterm> |