mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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:
@@ -20,7 +20,7 @@
|
||||
#include <pthread_np.h>
|
||||
#endif
|
||||
|
||||
#include "swift/Threading/Impl/Pthreads.h"
|
||||
#include "swift/Threading/Impl.h"
|
||||
#include "swift/Threading/Errors.h"
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user