From c9d6787e76e78869703686299c3bae4d6396e875 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 27 Jun 2018 18:16:10 +0200 Subject: [PATCH] Cygwin: doc: add pthread_tryjoin_np, pthread_timedjoin_np Signed-off-by: Corinna Vinschen --- 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 5029b7c08..beba5f2e0 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. -New API: clearenv. +New API: clearenv, pthread_tryjoin_np, pthread_timedjoin_np. diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index 0c95091ea..c6c714bb9 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -1356,6 +1356,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008). pthread_getname_np pthread_setname_np pthread_sigqueue + pthread_timedjoin_np + pthread_tryjoin_np ptsname_r putwc_unlocked putwchar_unlocked