zephyr/lib/libc/common
Keith Packard ac3df26f0a libc/common: Remove redundant Kconfig POSIX_THREAD_SAFE_FUNCTIONS uses
POSIX_THREAD_SAFE_FUNCTIONS already selects POSIX_C_LANG_SUPPORT_R and
POSIX_C_LANG_SUPPORT_R alread selects all of the COMMON_LIBC_*_R values.
That makes the 'default y if POSIX_THREAD_SAFE_FUNCTIONS' clauses in these
symbols redundant.

Signed-off-by: Keith Packard <keithp@keithp.com>
2024-09-16 20:17:35 +02:00
..
include
source libc/common: Define _POSIX_C_SOURCE to gain access to POSIX functions 2024-09-16 20:17:35 +02:00
CMakeLists.txt
Kconfig libc/common: Remove redundant Kconfig POSIX_THREAD_SAFE_FUNCTIONS uses 2024-09-16 20:17:35 +02:00