[libcxx-commits] [PATCH] D64378: [libcxx] Use C11 thread API on Fuchsia
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 8 19:55:03 PDT 2019
EricWF added inline comments.
================
Comment at: libcxx/include/__config:1077
# define _LIBCPP_HAS_THREAD_API_PTHREAD
+# elif defined(__Fuchsia__)
+# define _LIBCPP_HAS_THREAD_API_FUCHSIA
----------------
Should this not also check for `__has_include(<threads.h>)`?
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64378/new/
https://reviews.llvm.org/D64378
More information about the libcxx-commits
mailing list