diff --git a/Sources/FoundationEssentials/Error/CocoaError+FilePath.swift b/Sources/FoundationEssentials/Error/CocoaError+FilePath.swift index 35f0e1ef2..5dc64f876 100644 --- a/Sources/FoundationEssentials/Error/CocoaError+FilePath.swift +++ b/Sources/FoundationEssentials/Error/CocoaError+FilePath.swift @@ -15,8 +15,8 @@ internal import _ForSwiftFoundation #if canImport(Darwin) import Darwin -#elseif canImport(Bionic) -@preconcurrency import Bionic +#elseif canImport(Android) +@preconcurrency import Android #elseif canImport(Glibc) @preconcurrency import Glibc #elseif canImport(Musl)