[libcxx-commits] [PATCH] D64378: [libcxx] Use C11 thread API on Fuchsia
JF Bastien via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 8 16:31:12 PDT 2019
jfb added inline comments.
================
Comment at: libcxx/include/__threading_support:31
+#elif defined(_LIBCPP_HAS_THREAD_API_FUCHSIA)
+# define _ALL_SOURCE 1
+# include <threads.h>
----------------
What does this do? Docs say "Enable extensions for AIX 3, and for Interix."
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