f9ecc9a658
The normative spec for `pthread_mutex_timedlock()` says that it should return `ETIMEDOUT` when a timeout occurs. However, currently it returns `EAGAIN`, which reflects what is returned by `k_mutex_lock()`. Inspect and update the return value to account for this slight difference. Signed-off-by: Christopher Friedt <cfriedt@meta.com> |
||
---|---|---|
.. | ||
acpi | ||
cpp | ||
hash | ||
libc | ||
open-amp | ||
os | ||
posix | ||
smf | ||
CMakeLists.txt | ||
Kconfig |