mirror of
https://github.com/ziglang/zig.git
synced 2026-01-01 02:53:23 +00:00
The previous clone() definition was written for 32bit PPC targets, trying to execute it on a PPC64 machine lead to countless crashes. Use the clone() definition kindly lifted from Musl libc.