build(emscripten): remove unix/posix-poll.c from Emscripten sources
Some checks failed
CI / build (-Dbuild-tests -Dbuild-benchmarks, true, macos-latest, 0.15.2) (push) Has been cancelled
CI / build (macos-latest, 0.14.1) (push) Has been cancelled
CI / build (macos-latest, master) (push) Has been cancelled
CI / build (ubuntu-latest, 0.14.1) (push) Has been cancelled
CI / build (ubuntu-latest, 0.15.2) (push) Has been cancelled
CI / build (ubuntu-latest, master) (push) Has been cancelled
CI / build (windows-latest, 0.14.1) (push) Has been cancelled
CI / build (windows-latest, 0.15.2) (push) Has been cancelled
CI / build (windows-latest, master) (push) Has been cancelled

This commit is contained in:
rawan10101
2026-06-19 14:00:24 +03:00
parent b465d9ae43
commit c1ccce24e1

View File

@@ -456,7 +456,6 @@ const emscripten_sources: []const []const u8 = &.{
"unix/no-fsevents.c",
"unix/no-proctitle.c",
"unix/posix-hrtime.c",
"unix/posix-poll.c",
};
const haiku_sources: []const []const u8 = &.{