commit | 675a66072791e0e6a18cb02ce157a0fb27a522bb | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Sat Jun 24 10:13:41 2023 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Sun Jun 25 02:47:47 2023 -0400 |
tree | 45e54d48ce8010e17e020d0c9c758e247814639e | |
parent | 88dd32c38c7f8ed363c2b59104404dc201abccb4 [diff] |
doc: services: posix: _POSIX_THREAD_PRIO_INHERIT unsupported _POSIX_THREAD_PRIO_INHERIT was mistakenly marked supported in commit a07774eada presumably because we have prototypes for the functions below. pthread_mutexattr_getprotocol() pthread_mutexattr_setprotocol() However, the functions are not actually implemented in Zephyr. Signed-off-by: Christopher Friedt <cfriedt@meta.com>