diff options
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/new-features.xml | 16 | ||||
-rw-r--r-- | winsup/doc/posix.xml | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 9cd9bfbdf..d7acd9b38 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,6 +4,22 @@ <sect1 id="ov-new"><title>What's new and what changed in Cygwin</title> +<sect2 id="ov-new2.9"><title>What's new and what changed in 2.9</title> + +<itemizedlist mark="bullet"> + +<listitem><para> +New APIs: explicit_bzero, pthread_mutex_timedwait. +</para></listitem> + +<listitem><para> +Improved implementation of <elf.h>. +</para></listitem> + +</itemizedlist> + +</sect2> + <sect2 id="ov-new2.8"><title>What's new and what changed in 2.8</title> <itemizedlist mark="bullet"> diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index 5ce5988bc..c9f4f00ec 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -706,6 +706,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> pthread_mutex_init pthread_mutex_lock pthread_mutex_setprioceiling + pthread_mutex_timedlock pthread_mutex_trylock pthread_mutex_unlock pthread_mutexattr_destroy @@ -1574,7 +1575,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> pthread_mutexattr_getrobust pthread_mutexattr_setrobust pthread_mutex_consistent - pthread_mutex_timedlock pthread_rwlock_timedrdlock pthread_rwlock_timedwrlock putmsg |