aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc/posix.xml
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2020-08-30 13:30:13 +0200
committerCorinna Vinschen <corinna@vinschen.de>2020-08-30 14:27:43 +0200
commitec9734dbb5f7be24d9ea9cc5873d98d2b29087d4 (patch)
tree9f369bb67d88ee419e0341054063a82351728539 /winsup/doc/posix.xml
parent75a669790e6eb0f07f4d33cd71c7e9b565a84ee8 (diff)
downloadnewlib-ec9734dbb5f7be24d9ea9cc5873d98d2b29087d4.zip
newlib-ec9734dbb5f7be24d9ea9cc5873d98d2b29087d4.tar.gz
newlib-ec9734dbb5f7be24d9ea9cc5873d98d2b29087d4.tar.bz2
Cygwin: Add Cygwin 3.2 release info
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc/posix.xml')
-rw-r--r--winsup/doc/posix.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml
index 8e88245..0669d07 100644
--- a/winsup/doc/posix.xml
+++ b/winsup/doc/posix.xml
@@ -1507,7 +1507,32 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
<screen>
aligned_alloc (ISO C11)
at_quick_exit (ISO C11)
+ call_once (ISO C11)
+ cnd_broadcast (ISO C11)
+ cnd_destroy (ISO C11)
+ cnd_init (ISO C11)
+ cnd_signal (ISO C11)
+ cnd_timedwait (ISO C11)
+ cnd_wait (ISO C11)
+ mtx_destroy (ISO C11)
+ mtx_init (ISO C11)
+ mtx_lock (ISO C11)
+ mtx_timedlock (ISO C11)
+ mtx_trylock (ISO C11)
+ mtx_unlock (ISO C11)
quick_exit (ISO C11)
+ thrd_create (ISO C11)
+ thrd_current (ISO C11)
+ thrd_detach (ISO C11)
+ thrd_equal (ISO C11)
+ thrd_exit (ISO C11)
+ thrd_join (ISO C11)
+ thrd_sleep (ISO C11)
+ thrd_yield (ISO C11)
+ tss_create (ISO C11)
+ tss_delete (ISO C11)
+ tss_get (ISO C11)
+ tss_set (ISO C11)
</screen>
</sect1>