Skip to content

Commit 8682a91

Browse files
committed
doc: services: portability: posix: add pthread_setcanceltype()
The function pthread_setcanceltype() is supported and mandatory for conforming implementations. Mark it as supported since the preceding commit. Signed-off-by: Christopher Friedt <[email protected]>
1 parent 6fc5f85 commit 8682a91

File tree

1 file changed

+1
-1
lines changed
  • doc/services/portability/posix/option_groups

1 file changed

+1
-1
lines changed

doc/services/portability/posix/option_groups/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ multiple processes.
6161
pthread_once(),yes
6262
pthread_self(),yes
6363
pthread_setcancelstate(),yes
64-
pthread_setcanceltype(),
64+
pthread_setcanceltype(),yes
6565
pthread_setspecific(),yes
6666
pthread_sigmask(),
6767
pthread_testcancel(),

0 commit comments

Comments
 (0)