Cygwin: clarify importance of new GNU-specifc API
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
2b50ec0cd2
commit
cf9a51371c
|
@ -8,8 +8,9 @@ What's new:
|
||||||
of any "gmon.out" file created by profiler, ssp, or use of the gcc/g++
|
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.)
|
option '-pg'. (Continue using gprof to get symbolic profile displays.)
|
||||||
|
|
||||||
- New GNU-specific APIs: pthread_cond_clockwait, pthread_mutex_clocklock,
|
- New GNU-specific APIs, slated to become part of the next POSIX standard:
|
||||||
pthread_rwlock_clockrdlock, pthread_rwlock_clockwrlock, sem_clockwait.
|
pthread_cond_clockwait, pthread_mutex_clocklock, pthread_rwlock_clockrdlock,
|
||||||
|
pthread_rwlock_clockwrlock, sem_clockwait.
|
||||||
|
|
||||||
|
|
||||||
What changed:
|
What changed:
|
||||||
|
|
|
@ -20,8 +20,9 @@ option '-pg'. (Continue using gprof to get symbolic profile displays.)
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
New GNU-specific APIs: pthread_cond_clockwait, pthread_mutex_clocklock,
|
New GNU-specific APIs, slated to become part of the next POSIX standard:
|
||||||
pthread_rwlock_clockrdlock, pthread_rwlock_clockwrlock, sem_clockwait.
|
pthread_cond_clockwait, pthread_mutex_clocklock, pthread_rwlock_clockrdlock,
|
||||||
|
pthread_rwlock_clockwrlock, sem_clockwait.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
|
|
Loading…
Reference in New Issue