We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b799051 commit fb4c370Copy full SHA for fb4c370
Sources/OpenAPIURLSession/BufferedStream/Lock.swift
@@ -30,6 +30,8 @@
30
import Darwin
31
#elseif canImport(Glibc)
32
import Glibc
33
+#elseif canImport(Bionic)
34
+import Bionic
35
#elseif os(Windows)
36
import WinSDK
37
#endif
0 commit comments