aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2021-08-02 13:53:38 +0200
committerCorinna Vinschen <corinna@vinschen.de>2021-08-02 13:53:38 +0200
commitcf9a51371cdf4cfb13f40cd2d7e5916bb4c499b4 (patch)
treecd148b6953b2baf0f741cac78bad034c27565f80
parent2b50ec0cd205c72b17d8a905f7cfd9e7bb3a6794 (diff)
downloadnewlib-cf9a51371cdf4cfb13f40cd2d7e5916bb4c499b4.zip
newlib-cf9a51371cdf4cfb13f40cd2d7e5916bb4c499b4.tar.gz
newlib-cf9a51371cdf4cfb13f40cd2d7e5916bb4c499b4.tar.bz2
Cygwin: clarify importance of new GNU-specifc API
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.3.05
-rw-r--r--winsup/doc/new-features.xml5
2 files changed, 6 insertions, 4 deletions
diff --git a/winsup/cygwin/release/3.3.0 b/winsup/cygwin/release/3.3.0
index bbedff4..937e926 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 74e4216..99cb342 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.)
</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>