diff --git a/lib/std/c.zig b/lib/std/c.zig index 74bc76d67fd924bc8d1d6b6f05c0b9e68a94d941..e2f55dd6fb08b4ce1722bb6799bd493a90b165bc 100644 --- a/lib/std/c.zig +++ b/lib/std/c.zig @@ -7147,7 +7147,7 @@ pub const dirent = switch (native_os) { off: off_t, reclen: c_ushort, type: u8, - name: [256:0]u8, + name: [255:0]u8, }, else => void, };