diff options
Diffstat (limited to 'lib/std/os/bits/linux/riscv64.zig')
| -rw-r--r-- | lib/std/os/bits/linux/riscv64.zig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/std/os/bits/linux/riscv64.zig b/lib/std/os/bits/linux/riscv64.zig index 7a0811cc1a..5e392cd817 100644 --- a/lib/std/os/bits/linux/riscv64.zig +++ b/lib/std/os/bits/linux/riscv64.zig @@ -386,7 +386,7 @@ pub const Flock = extern struct { }; // The `stat` definition used by the Linux kernel. -pub const kernel_stat = extern struct { +pub const Stat = extern struct { dev: dev_t, ino: ino_t, mode: mode_t, @@ -417,7 +417,4 @@ pub const kernel_stat = extern struct { } }; -// The `stat64` definition used by the libc. -pub const libc_stat = kernel_stat; - pub const Elf_Symndx = u32; |
