Skip to content

Commit 67af65d

Browse files
[test] add missing WASILibc import in cancellation_handler.swift
1 parent dd6422c commit 67af65d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Concurrency/Runtime/cancellation_handler.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
import Darwin
1313
#elseif canImport(Glibc)
1414
import Glibc
15+
#elseif os(WASI)
16+
import WASILibc
1517
#elseif os(Windows)
1618
import WinSDK
1719
#endif

0 commit comments

Comments
 (0)