diff --git a/winsup/cygwin/release/3.3.0 b/winsup/cygwin/release/3.3.0 index bbedff45f..937e92643 100644 --- a/winsup/cygwin/release/3.3.0 +++ b/winsup/cygwin/release/3.3.0 @@ -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: diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 74e42167a..99cb342f7 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -20,8 +20,9 @@ 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.