[libcxx-commits] [PATCH] D85095: Fix libcxx build on 32bit architectures with 64bit time_t defaults e.g. riscv32
Khem Raj via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 17 13:55:53 PST 2020
raj.khem added a comment.
In D85095#2400738 <https://reviews.llvm.org/D85095#2400738>, @ldionne wrote:
> I don't understand why this has its place in libc++. Shouldn't this be in glibc instead?
SYS_futex is not a universal syscall name for all architectures as explained in the comment, and libc++ is assuming that incorrectly. hope that helps
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85095/new/
https://reviews.llvm.org/D85095
More information about the libcxx-commits
mailing list