doc: posix: mark pthread_testcancel as supported

`pthread_testcancel()` is now implemented, mark it so.

signed-off-by: Gaetan Perrot <gaetanperrotpro@gmail.com>
This commit is contained in:
Gaetan Perrot 2024-01-09 13:53:14 +09:00 committed by Carles Cufí
parent 9cd7564ab0
commit fe5806aff0

View file

@ -64,7 +64,7 @@ multiple processes.
pthread_setcanceltype(),yes
pthread_setspecific(),yes
pthread_sigmask(),yes
pthread_testcancel(),
pthread_testcancel(),yes
.. _posix_option_group_posix_threads_ext: