mirror of
https://github.com/ziglang/zig.git
synced 2026-02-19 07:48:31 +00:00
Label WASI stat as kernel_stat
We're using WASI syscalls, it makes sense to put the kernel_ prefix.
This commit is contained in:
parent
0e95fa455c
commit
cca6b11138
@ -31,7 +31,7 @@ pub const timespec = struct {
|
||||
}
|
||||
};
|
||||
|
||||
pub const libc_stat = struct {
|
||||
pub const kernel_stat = struct {
|
||||
dev: device_t,
|
||||
ino: inode_t,
|
||||
mode: mode_t,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user