https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c9d6787e76e78869703686299c3bae4d6396e875
commit c9d6787e76e78869703686299c3bae4d6396e875 Author: Corinna Vinschen <[email protected]> Date: Wed Jun 27 18:16:10 2018 +0200 Cygwin: doc: add pthread_tryjoin_np, pthread_timedjoin_np Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/doc/new-features.xml | 2 +- winsup/doc/posix.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 5029b7c..beba5f2 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -17,7 +17,7 @@ SO_RCVTIMEO and SO_SNDTIMEO socket options are now honored. </para></listitem> <listitem><para> -New API: clearenv. +New API: clearenv, pthread_tryjoin_np, pthread_timedjoin_np. </para></listitem> </itemizedlist> diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index 0c95091..c6c714b 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -1356,6 +1356,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> pthread_getname_np pthread_setname_np pthread_sigqueue + pthread_timedjoin_np + pthread_tryjoin_np ptsname_r putwc_unlocked putwchar_unlocked
