Skip to content

Commit bd7483e

Browse files
authored
Fix @preconcurrency import Android (#1281)
1 parent 435a2bb commit bd7483e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/FoundationEssentials/Error/CocoaError+FilePath.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ internal import _ForSwiftFoundation
1515

1616
#if canImport(Darwin)
1717
import Darwin
18-
#elseif canImport(Bionic)
19-
@preconcurrency import Bionic
18+
#elseif canImport(Android)
19+
@preconcurrency import Android
2020
#elseif canImport(Glibc)
2121
@preconcurrency import Glibc
2222
#elseif canImport(Musl)

0 commit comments

Comments
 (0)