zig/lib/std/special
LemonBoy 4e2a4e194b std: Use correct clone() stub
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.
2020-11-20 08:38:10 +01:00
..
compiler_rt Make std.meta.Int accept a signedness parameter 2020-10-17 14:09:59 +02:00
docs Merge pull request #6678 from s-ol/doc-type-aware 2020-10-29 15:19:02 +02:00
init-exe Add support for `zig build run -- arg1 arg1` in file created by init-exe 2020-10-16 21:29:24 -04:00
init-lib remove licensing comments from init-exe/init-lib 2020-08-23 22:45:18 -04:00
build_runner.zig make help in commands more consistent 2020-11-18 13:58:27 +02:00
c.zig std: Use correct clone() stub 2020-11-20 08:38:10 +01:00
compiler_rt.zig std: Add libssp implementation for GNU/Windows targets 2020-10-16 21:22:14 -04:00
ssp.zig std: Add libssp implementation for GNU/Windows targets 2020-10-16 21:22:14 -04:00
test_runner.zig test runner: use the correct number in leak report 2020-10-25 11:28:36 +02:00