Skip to content

Commit 481846c

Browse files
committed
Use Bionic module from new Android overlay in Swift 6 instead
The new module and overlay were merged into Swift 6 in swiftlang/swift#74758.
1 parent c6ec600 commit 481846c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/VariadicsGenerator/VariadicsGenerator.swift

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ import Darwin
1818
import Glibc
1919
#elseif os(Windows)
2020
import CRT
21+
#elseif canImport(Bionic)
22+
import Bionic
2123
#endif
2224

2325
// (T), (T)

0 commit comments

Comments
 (0)