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 189cfd8 commit 9f3ab60Copy full SHA for 9f3ab60
Sources/FoundationEssentials/Error/ErrorCodes+POSIX.swift
@@ -465,11 +465,13 @@ extension POSIXError {
465
return .ESTALE
466
}
467
468
+ #if !os(WASI)
469
/// Too many levels of remote in path.
470
public static var EREMOTE: POSIXErrorCode {
471
return .EREMOTE
472
473
#endif
474
+ #endif
475
476
#if canImport(Darwin)
477
/// RPC struct is bad.
0 commit comments