We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e725c4 + be0e853 commit 2a27ecaCopy full SHA for 2a27eca
Sources/Foundation/NSPathUtilities.swift
@@ -12,13 +12,6 @@
12
import WinSDK
13
#elseif os(WASI)
14
import WASILibc
15
-// CoreFoundation brings <errno.h> but it conflicts with WASILibc.errno
16
-// definition, so we need to explicitly select the one from WASILibc.
17
-// This is defined as "internal" since this workaround also used in other files.
18
-internal var errno: Int32 {
19
- get { WASILibc.errno }
20
- set { WASILibc.errno = newValue }
21
-}
22
#endif
23
24
#if os(Windows)
0 commit comments