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 c787d50 commit d699127Copy full SHA for d699127
stdlib/private/SwiftPrivateThreadExtras/ThreadBarriers.swift
@@ -12,7 +12,7 @@
12
13
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
14
import Darwin
15
-#elseif os(Linux) || os(FreeBSD) || os(PS4) || os(Android) || os(Cygwin) || os(Haiku) || os(OpenBSD)
+#elseif os(Linux) || os(FreeBSD) || os(OpenBSD) || os(PS4) || os(Android) || os(Cygwin) || os(Haiku)
16
import Glibc
17
#elseif os(Windows)
18
import MSVCRT
0 commit comments