lib: libc: newlib: Don't replace newlib libc 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: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
parent
1d4249dea6
commit
a9a475e525
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ config NEWLIB_LIBC
|
|||
select COMMON_LIBC_ABORT
|
||||
depends on NEWLIB_LIBC_SUPPORTED
|
||||
select NEED_LIBC_MEM_PARTITION
|
||||
select TC_PROVIDES_POSIX_C_LANG_SUPPORT_R
|
||||
imply POSIX_DEVICE_IO_ALIAS_CLOSE
|
||||
imply POSIX_DEVICE_IO_ALIAS_OPEN
|
||||
imply POSIX_DEVICE_IO_ALIAS_READ
|
||||
|
|
|
|||
Loading…
Reference in a new issue