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 73bd558 commit c787d50Copy full SHA for c787d50
stdlib/private/SwiftPrivateThreadExtras/SwiftPrivateThreadExtras.swift
@@ -17,7 +17,7 @@
17
18
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
19
import Darwin
20
-#elseif os(Linux) || os(FreeBSD) || os(OpenBSD) || os(Android) || os(Cygwin) || os(Haiku)
+#elseif os(Linux) || os(FreeBSD) || os(OpenBSD) || os(PS4) || os(Android) || os(Cygwin) || os(Haiku)
21
import Glibc
22
#elseif os(Windows)
23
import MSVCRT
0 commit comments