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++
|
||||
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:
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue