Cygwin: clarify importance of new GNU-specifc API

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2021-08-02 13:53:38 +02:00
parent 2b50ec0cd2
commit cf9a51371c
2 changed files with 6 additions and 4 deletions

View File

@ -8,8 +8,9 @@ What's new:
of any "gmon.out" file created by profiler, ssp, or use of the gcc/g++
option '-pg'. (Continue using gprof to get symbolic profile displays.)
- New GNU-specific APIs: pthread_cond_clockwait, pthread_mutex_clocklock,
pthread_rwlock_clockrdlock, pthread_rwlock_clockwrlock, sem_clockwait.
- New GNU-specific APIs, slated to become part of the next POSIX standard:
pthread_cond_clockwait, pthread_mutex_clocklock, pthread_rwlock_clockrdlock,
pthread_rwlock_clockwrlock, sem_clockwait.
What changed:

View File

@ -20,8 +20,9 @@ option '-pg'. (Continue using gprof to get symbolic profile displays.)
</para></listitem>
<listitem><para>
New GNU-specific APIs: pthread_cond_clockwait, pthread_mutex_clocklock,
pthread_rwlock_clockrdlock, pthread_rwlock_clockwrlock, sem_clockwait.
New GNU-specific APIs, slated to become part of the next POSIX standard:
pthread_cond_clockwait, pthread_mutex_clocklock, pthread_rwlock_clockrdlock,
pthread_rwlock_clockwrlock, sem_clockwait.
</para></listitem>
<listitem><para>