Skip to content

Commit 1f5fbe2

Browse files
tagunilnashif
authored andcommitted
kconfig: assume the host libc provides POSIX reentrant functions
This change is needed to avoid including Zephyr-specific implementations of POSIX reentrant functions while building natively. One can safely assume that the host libc indeed provides its own implementations of the said functions. Signed-off-by: Ilya Tagunov <[email protected]>
1 parent c8511c1 commit 1f5fbe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Kconfig.zephyr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ config CODING_GUIDELINE_CHECK
448448
config NATIVE_LIBC
449449
bool
450450
select FULL_LIBC_SUPPORTED
451+
select TC_PROVIDES_POSIX_C_LANG_SUPPORT_R
451452
help
452453
Zephyr will use the host system C library.
453454

0 commit comments

Comments
 (0)