We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f84290 commit 8f7e900Copy full SHA for 8f7e900
Sources/ConnectionPoolModule/PoolStateMachine.swift
@@ -1,7 +1,9 @@
1
#if canImport(Darwin)
2
import Darwin
3
-#else
+#elseif canImport(Glibc)
4
import Glibc
5
+#elseif canImport(Musl)
6
+import Musl
7
#endif
8
9
@usableFromInline
0 commit comments