commit | ecd2961160644823d9924c9360030a9f712f561b | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Wed Nov 22 23:20:43 2023 -0500 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Sun Nov 26 05:55:08 2023 -0500 |
tree | 9a5e01c265495341d1ae4d20f94f2c4f9b0901f1 | |
parent | 5f64a47d524b6d1e51537c2d51aac54653cf3bdb [diff] |
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 <cfriedt@meta.com>