File tree Expand file tree Collapse file tree 7 files changed +13
-11
lines changed Expand file tree Collapse file tree 7 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import WinSDK
2121
2222#if os(WASI)
2323import WASILibc
24- #elseif canImport(Android )
25- import Android
24+ #elseif canImport(Bionic )
25+ import Bionic
2626#endif
2727
2828#if os(Windows)
Original file line number Diff line number Diff line change 1111
1212#if canImport(Glibc)
1313import Glibc
14- #elseif canImport(Android )
15- import Android
14+ #elseif canImport(Bionic )
15+ import Bionic
1616#endif
1717
1818#if os(Windows)
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ import Darwin
2222import Glibc
2323#elseif canImport(Musl)
2424import Musl
25- #elseif canImport(Android )
26- import Android
25+ #elseif canImport(Bionic )
26+ import Bionic
2727#endif
2828
2929// NOTE: this represents PLATFORM_PATH_STYLE
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ import WinSDK
1717import Glibc
1818#elseif canImport(Musl)
1919import Musl
20- #elseif canImport(Android )
21- import Android
20+ #elseif canImport(Bionic )
21+ import Bionic
2222#endif
2323
2424// WORKAROUND_SR9811
Original file line number Diff line number Diff line change 1111import Glibc
1212#elseif canImport(Musl)
1313import Musl
14+ #elseif canImport(Bionic)
15+ import Bionic
1416#elseif os(WASI)
1517import WASILibc
1618#elseif canImport(CRT)
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ import Glibc
1515#elseif canImport(Musl)
1616import Foundation
1717import Musl
18- #elseif canImport(Android )
18+ #elseif canImport(Bionic )
1919import Foundation
20- import Android
20+ import Bionic
2121#elseif canImport(CRT)
2222import Foundation
2323import CRT
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import FoundationNetworking
1919#endif
2020#if os(Windows)
2121import WinSDK
22- #elseif os (Android)
22+ #elseif canImport (Android)
2323import Android
2424#endif
2525
You can’t perform that action at this time.
0 commit comments