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 35b9684 commit 6ad8d46Copy full SHA for 6ad8d46
Sources/FoundationEssentials/ProcessInfo/ProcessInfo.swift
@@ -469,7 +469,7 @@ extension _ProcessInfo {
469
return 0
470
}
471
return Int(count)
472
-#elseif os(Linux) || os(FreeBSD) || canImport(Android)
+#elseif os(Linux) || os(FreeBSD) || os(OpenBSD) || canImport(Android)
473
#if os(Linux)
474
if let fsCount = Self.fsCoreCount() {
475
return fsCount
0 commit comments