Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
posix: remove unneeded option to link with posix subsys
The CONFIG_APP_LINK_WITH_POSIX_SUBSYS option was originally present so that internal POSIX implementation headers would be on the include path. There is no implicit need for any app or library to include private POSIX headers. Instead, the standard POSIX API should be used. (cherry picked from commit e8b1784) Original-Signed-off-by: Christopher Friedt <cfriedt@meta.com> GitOrigin-RevId: e8b1784 Change-Id: Ife0226851093a58bd73bfa39b8798311f6a4b8f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5280060 Reviewed-by: Al Semjonovs <asemjonovs@google.com> Tested-by: Al Semjonovs <asemjonovs@google.com> Commit-Queue: Al Semjonovs <asemjonovs@google.com> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
- Loading branch information