aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/c.zig')
-rw-r--r--lib/std/c.zig4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/std/c.zig b/lib/std/c.zig
index 8e50eb9792..35d175f0b9 100644
--- a/lib/std/c.zig
+++ b/lib/std/c.zig
@@ -7000,8 +7000,8 @@ pub const RTLD = switch (native_os) {
pub const dirent = switch (native_os) {
.linux, .emscripten => extern struct {
- ino: c_uint,
- off: c_uint,
+ ino: ino_t,
+ off: off_t,
reclen: c_ushort,
type: u8,
name: [256]u8,