Browse Source

libc/picolibc: Don't replace picolibc time _r functions

Select TC_PROVIDES_POSIX_C_LANG_SUPPORT_R to keep Zephyr from
including the common libc implementation of the various _r APIs.

Signed-off-by: Keith Packard <keithp@keithp.com>
pull/78506/head
Keith Packard 10 months ago committed by Carles Cufí
parent
commit
8d176ea97d
  1. 1
      lib/libc/Kconfig

1
lib/libc/Kconfig

@ -85,6 +85,7 @@ config PICOLIBC @@ -85,6 +85,7 @@ config PICOLIBC
imply THREAD_LOCAL_STORAGE if ARCH_HAS_THREAD_LOCAL_STORAGE && TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
select LIBC_ERRNO if THREAD_LOCAL_STORAGE
select NEED_LIBC_MEM_PARTITION
select TC_PROVIDES_POSIX_C_LANG_SUPPORT_R
imply COMMON_LIBC_MALLOC
depends on PICOLIBC_SUPPORTED
help

Loading…
Cancel
Save