Label WASI stat as kernel_stat

We're using WASI syscalls, it makes sense to put the kernel_ prefix.
master
LemonBoy 2020-11-05 12:44:43 +01:00
parent 0e95fa455c
commit cca6b11138
1 changed files with 1 additions and 1 deletions

View File

@ -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,