zig/lib/std/os/linux
Koakuma 41c40f4bbe Fix fork() on Linux/sparc64
fork() on Linux/sparc64 seems to return its result in two registers,
with %o0 always holding the current process' PID, and the parent/child
status returned in %o1. Add some glue code to convert those into
the libc-style return value.
2020-11-27 23:02:22 +07:00
..
bpf Update zig files for opaque type syntax 2020-10-06 22:08:25 -06:00
arm-eabi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
arm64.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
bpf.zig added helper definitions 2020-09-12 23:45:35 -07:00
i386.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
io_uring.zig Test the range of user_data bits 2020-10-05 09:36:07 +02:00
mips.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
powerpc64.zig std/*: add missing MIT license headers 2020-10-26 17:41:29 +01:00
riscv64.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
sparc64.zig Fix fork() on Linux/sparc64 2020-11-27 23:02:22 +07:00
start_pie.zig Minor code cleanup in start_pie.zig 2020-11-23 12:36:40 +01:00
test.zig Merge pull request #6978 from LemonBoy/statshit 2020-11-05 17:27:22 -05:00
tls.zig Add back ppc input/output/clobber definitions 2020-10-25 13:39:22 +07:00
vdso.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
x86_64.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00