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 9c088df commit d365616Copy full SHA for d365616
stdlib/public/Differentiation/TgmathDerivatives.swift.gyb
@@ -16,7 +16,7 @@ import Swift
16
17
#if os(macOS) || os(iOS) || os(tvOS) || os(watchOS)
18
import Darwin.C.tgmath
19
-#elseif os(Linux) || os(FreeBSD) || os(OpenBSD) || os(PS4) || os(Android) || os(Cygwin) || os(Haiku)
+#elseif os(Linux) || os(FreeBSD) || os(OpenBSD) || os(PS4) || os(Android) || os(Cygwin) || os(Haiku) || os(WASI)
20
import Glibc
21
#elseif os(Windows)
22
import MSVCRT
0 commit comments