authorgravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-11-05 12:44:43+01:00
committergravatar for thatlemon@gmail.comLemonBoy <thatlemon@gmail.com> 2020-11-05 12:44:43+01:00
logcca6b1113825e5d9723568a398d270ceac6da92c
tree6ee715997050f85080ee22f290073da7b143ce6a
parent0e95fa455c1012fc5d2247600b89e2d60f146ef3

Label WASI stat as kernel_stat

We're using WASI syscalls, it makes sense to put the kernel_ prefix.

1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/os/bits/wasi.zig+1-1
......@@ -31,7 +31,7 @@ pub const timespec = struct {
3131 }
3232};
3333
34pub const libc_stat = struct {
34pub const kernel_stat = struct {
3535 dev: device_t,
3636 ino: inode_t,
3737 mode: mode_t,