zig/lib/std/os
Andrew Kelley d279a23c93 mips: fix syscall_pipe
Previously the fd parameter was ignored and so the result would not get
populated. Now it passes the fd pointer to the inline assembly so that
the results can be observed.
2021-06-21 17:03:04 -07:00
..
bits fix code broken from previous commit 2021-06-21 17:03:03 -07:00
linux mips: fix syscall_pipe 2021-06-21 17:03:04 -07:00
uefi fix code broken from previous commit 2021-06-21 17:03:03 -07:00
windows std.windows: fix OVERLAPPED, add OVERLAPPED_ENTRY 2021-06-13 10:26:02 +03:00
bits.zig initial support for haiku past stage0 2021-02-25 16:41:42 -07:00
darwin.zig std: change @import("builtin") to std.builtin 2021-04-15 19:06:39 -07:00
dragonfly.zig Year++ 2020-12-31 15:45:24 -08:00
freebsd.zig Year++ 2020-12-31 15:45:24 -08:00
haiku.zig initial support for haiku past stage0 2021-02-25 16:41:42 -07:00
linux.zig std.os.linux: fix splitValueBE64 2021-06-21 17:03:03 -07:00
netbsd.zig Year++ 2020-12-31 15:45:24 -08:00
openbsd.zig Year++ 2020-12-31 15:45:24 -08:00
test.zig fix code broken from previous commit 2021-06-21 17:03:03 -07:00
uefi.zig fix code broken from previous commit 2021-06-21 17:03:03 -07:00
wasi.zig Year++ 2020-12-31 15:45:24 -08:00
windows.zig std, src, doc, test: remove unused variables 2021-06-21 17:03:03 -07:00