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 3d6bf0b commit 85c1031Copy full SHA for 85c1031
test/Prototypes/FloatingPoint.swift
@@ -27,7 +27,7 @@ extension UInt32 : FloatingPointRepresentationType {
27
// Ewwww? <rdar://problem/20060017>
28
#if os(OSX) || os(iOS) || os(watchOS) || os(tvOS)
29
import Darwin
30
-#elseif os(Linux)
+#elseif os(Linux) || os(Android)
31
import Glibc
32
#endif
33
0 commit comments