[libcxx] Temporarily switch back to pthread backend for Fuchsia
authorPetr Hosek <phosek@google.com>
Thu, 16 Jan 2020 20:12:38 +0000 (12:12 -0800)
committerPetr Hosek <phosek@google.com>
Thu, 16 Jan 2020 22:53:08 +0000 (14:53 -0800)
commit9050d0fb593c60628f47caa122c01ea1dc7a1bf5
treeeac6e8488154b1c694f44b7856613bf28858d866
parent6c4d37733403bf3fda260f1b05fc899427a61cdc
[libcxx] Temporarily switch back to pthread backend for Fuchsia

We switched to C11 thread API on Fuchsia in ab9aefe, but further
testing showed that Fuchsia's C11 mutex implementation needs a few
improvements for this to be usable, so we temporarily switch back
to the pthread implementation until those issues are addressed.

Differential Revision: https://reviews.llvm.org/D72862
libcxx/include/__config