[libcxx-commits] [PATCH] D79888: libc++: include unistd.h if available to get some preprocessor macros
Mara Sophie Grosch via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 13 13:03:52 PDT 2020
LittleFox94 added a comment.
In D79888#2034859 <https://reviews.llvm.org/D79888#2034859>, @EricWF wrote:
> We could lift the two macros that depend on `_NEWLIB_VERSION` into the headers that use them.
> Then we'll avoid the include in config.
sounds good to me. If this is also good for @ldionne I'll prepare a new patch :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79888/new/
https://reviews.llvm.org/D79888
More information about the libcxx-commits
mailing list