We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d3f71 commit eb18581Copy full SHA for eb18581
Sources/CoreMetrics/Locks.swift
@@ -34,6 +34,8 @@ import Darwin
34
import WinSDK
35
#elseif canImport(Glibc)
36
import Glibc
37
+#elseif canImport(Musl)
38
+import Musl
39
#else
40
#error("Unsupported runtime")
41
#endif
0 commit comments