mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Threading] A few include tweaks.
The threading implementations need to include Impl.h, not just their specific variant, to pick up the `stack_bounds` type. Also fix a newly exposed problem with Atomic.h. rdar://90776105
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#if SWIFT_THREADING_LINUX
|
||||
|
||||
#include "swift/Threading/Impl/Linux.h"
|
||||
#include "swift/Threading/Impl.h"
|
||||
#include "swift/Threading/Errors.h"
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user