[Threading] Fix the Linux build.

A few fixes specifically for the Linux build.

rdar://90776105
This commit is contained in:
Alastair Houghton
2022-04-21 15:03:58 +01:00
parent e0d23ed6a8
commit 6d1b6dbd1c
21 changed files with 69 additions and 20 deletions

View File

@@ -64,4 +64,4 @@ swift::threading_impl::once_slow(once_t &predicate,
linux::ulock_unlock(&predicate.lock);
}
#endif // SWIFT_THREADING_PTHREADS
#endif // SWIFT_THREADING_LINUX