mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
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.