Skip to content

Commit c787d50

Browse files
Fix typo in SwiftPrivateThreadExtras.
Co-Authored-By: Sergej Jaskiewicz <[email protected]>
1 parent 73bd558 commit c787d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/private/SwiftPrivateThreadExtras/SwiftPrivateThreadExtras.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
1919
import Darwin
20-
#elseif os(Linux) || os(FreeBSD) || os(OpenBSD) || os(Android) || os(Cygwin) || os(Haiku)
20+
#elseif os(Linux) || os(FreeBSD) || os(OpenBSD) || os(PS4) || os(Android) || os(Cygwin) || os(Haiku)
2121
import Glibc
2222
#elseif os(Windows)
2323
import MSVCRT

0 commit comments

Comments
 (0)