zig/lib/std/os
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
..
bits std/os: fix prctl constants 2020-11-25 15:45:55 -08:00
linux Fix fork() on Linux/sparc64 2020-11-27 23:02:22 +07:00
uefi Update zig files for opaque type syntax 2020-10-06 22:08:25 -06:00
windows Update code to not use unsupported calling conventions for target 2020-11-19 14:01:07 +02:00
bits.zig Merge branch 'master' into openbsd-minimal 2020-10-17 17:38:23 +02:00
darwin.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
dragonfly.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
freebsd.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
linux.zig Fix fork() on Linux/sparc64 2020-11-27 23:02:22 +07:00
netbsd.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
openbsd.zig add minimal openbsd support 2020-10-11 08:23:36 +00:00
test.zig Fix the ELF base calculation 2020-11-23 15:06:07 +01:00
uefi.zig Update zig files for opaque type syntax 2020-10-06 22:08:25 -06:00
wasi.zig add license header to all std lib files 2020-08-20 16:07:04 -04:00
windows.zig Move utf8->utf16 up one level into os.zig 2020-11-18 15:37:44 +01:00