Skip to content

Commit ecd2961

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 5f64a47 commit ecd2961

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

+1-1
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)