mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Threading] Fix the Linux build.
A few fixes specifically for the Linux build. rdar://90776105
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user