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:
parent
9cd7564ab0
commit
fe5806aff0
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue