[libc-commits] [PATCH] D153729: [libc] Correct usage of __unix__ and __linux__
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sun Jun 25 22:11:10 PDT 2023
sivachandra added a comment.
LGTM, but...
In D153729#4447435 <https://reviews.llvm.org/D153729#4447435>, @alfredfo wrote:
> Here are things still using `__unix__`, and I'm pretty sure those are correct.
All of them seem to be related to the Linux futex word. Wouldn't `__linux__` be the most appropriate for them as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153729/new/
https://reviews.llvm.org/D153729
More information about the libc-commits
mailing list