mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 14:53:08 +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.