[Concurrency][Linux] Fix WASI build.

This doesn't actually add proper WASI support - it just fixes the
build so that we're no worse off than we were.

rdar://141348916
This commit is contained in:
Alastair Houghton
2025-03-14 14:57:15 +00:00
parent 8caa5c5c0d
commit a4f79f367a
6 changed files with 88 additions and 85 deletions

View File

@@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
#if !$Embedded
#if !$Embedded && !os(WASI)
import Swift
@@ -200,4 +200,4 @@ extension DispatchGlobalTaskExecutor: DispatchExecutorProtocol {
extension DispatchMainExecutor: DispatchExecutorProtocol {
}
#endif // !$Embedded
#endif // !$Embedded && !os(WASI)