[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 2398fe76f6
commit fc90280e34
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