Changeset 91d8e69


Ignore:
Timestamp:
04/08/2023 01:47:29 PM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
e9ab2b3
Parents:
49f74ce
Message:

glibc: Clarify the reference to POSIX.1b and POSIX.1c

The thread functions are in POSIX.1c, not POSIX.1b.

Both POSIX.1b and POSIX.1c are named "extensions" (plural form). And
POSIX.1b is titled "Real-time" instead of "Realtime".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/glibc.xml

    r49f74ce r91d8e69  
    919919          <para>Dummy library containing no functions. Previously contained
    920920          functions providing most of the interfaces specified
    921           by the POSIX.1b Realtime Extension, now the functions are in
    922           <filename class="libraryfile">libc</filename></para>
     921          by the POSIX.1c Threads Extensions and the semaphore interfaces
     922          specified by the POSIX.1b Real-time Extensions, now the functions
     923          are in <filename class="libraryfile">libc</filename></para>
    923924          <indexterm zone="ch-system-glibc libpthread">
    924925            <primary sortas="c-libpthread">libpthread</primary>
     
    942943        <listitem>
    943944          <para>Contains functions providing most of the interfaces specified
    944           by the POSIX.1b Realtime Extension</para>
     945          by the POSIX.1b Real-time Extensions</para>
    945946          <indexterm zone="ch-system-glibc librt">
    946947            <primary sortas="c-librt">librt</primary>
Note: See TracChangeset for help on using the changeset viewer.