diff --git a/Sources/ContainerizationOS/Linux/Epoll.swift b/Sources/ContainerizationOS/Linux/Epoll.swift index 9a54ced9..92775723 100644 --- a/Sources/ContainerizationOS/Linux/Epoll.swift +++ b/Sources/ContainerizationOS/Linux/Epoll.swift @@ -14,15 +14,8 @@ // limitations under the License. //===----------------------------------------------------------------------===// -#if os(Linux) - #if canImport(Musl) import Musl -#elseif canImport(Glibc) -import Glibc -#else -#error("Epoll not supported on this platform") -#endif import Foundation import Synchronization @@ -185,4 +178,4 @@ extension Epoll.Mask { } } -#endif // os(Linux) +#endif // canImport(Musl)