zig/lib/std/os
Alex Rønne Petersen 537cb49eb2
std.os.linux: Define the Stat struct for riscv32.
The kernel does define the struct, it just doesn't use it. Yet both glibc and
musl expose it directly as their public stat struct, and std.c takes it from
std.os.linux. So just define it after all.
2024-08-31 03:31:58 +02:00
..
linux std.os.linux: Define the Stat struct for riscv32. 2024-08-31 03:31:58 +02:00
plan9 extract std.posix from std.os 2024-03-19 11:45:09 -07:00
uefi std: avoid field/decl name conflicts 2024-08-29 20:39:11 +01:00
windows std.os.windows.tls: Set AddressOfCallBacks to &__xl_a + 1. 2024-08-03 20:55:00 +02:00
emscripten.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
linux.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
plan9.zig std: fix typos (#20560) 2024-07-09 14:25:42 -07:00
uefi.zig
wasi.zig Do not run asserts for WASI alignment when not targeting WASI 2024-05-11 07:23:07 +00:00
windows.zig std.os.windows: Define CONTEXT, RUNTIME_FUNCTION, and KNONVOLATILE_CONTEXT_POINTERS for thumb. 2024-08-28 03:13:01 +02:00