[libcxx-commits] [PATCH] D76632: [libc++] Do not use futex if LIBCXX_HAS_MUSL_LIBC is ON
Pengxuan Zheng via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 23 13:38:51 PDT 2020
pzheng added a comment.
The build actually fails because of "#include <linux/futex.h>". Musl does not have this header file and the build fails with a missing header file error.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76632/new/
https://reviews.llvm.org/D76632
More information about the libcxx-commits
mailing list