zephyr/lib
Alberto Escolar Piedras 23ad1177a2 Revert "lib: support linking to POSIX API with 3rd-party libc"
This reverts commit 6342aa3cc0.

This commit should never have been merged.
Apart from the fact that this change was rejected in previous
review,
this change is wrong, for 2 reasons:
1. The POSIX_API (POSIX compatibility shim) cannot be
built if the host libC is used.
2. The Zephyr libC CMake files were guarded so they
would not be dragged when CONFIG_EXTERNAL_LIBC was selected.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-12-28 09:58:23 -05:00
..
acpi
cpp
crc
hash
heap
libc
mem_blocks
open-amp
os lib: os: cbprintf: Fix size miscalculation in cbprintf_convert 2023-12-28 12:18:50 +00:00
posix posix: pthread_setspecific: fix for coverity issue cid 334906 2023-12-28 12:19:10 +00:00
runtime
smf
utils
CMakeLists.txt Revert "lib: support linking to POSIX API with 3rd-party libc" 2023-12-28 09:58:23 -05:00
Kconfig