Currently, Zephyr includes a Kconfig option CONFIG_POSIX_THREAD_SAFE_FUNCTIONS that is supposed to represent the Feature Test macro _POSIX_THREAD_SAFE_FUNCTIONS. There are a few issues with this: The ...