commit | 6342aa3cc06858575b0d6e69d4a98658ae8a49b0 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Thu Dec 28 01:24:13 2023 -0500 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Dec 28 06:14:22 2023 -0500 |
tree | 8a121ec9f8368b205557f3eafa77cf9487f07ff3 | |
parent | 0bf5cbc1c8ee2a6acb4b5da23ad237b4a3b18d0d [diff] |
lib: support linking to POSIX API with 3rd-party libc Previously it was not possible to link to Zephyr's POSIX API under lib/posix when building with `CONFIG_EXTERNAL_LIBC=y`. This small change allows that to work as expected. Signed-off-by: Christopher Friedt <cfriedt@meta.com>