Pat Tullmann caf80e90b8 linux/mips.zig: Use i32 for stat nsec fields
The `atime()`, etc wrappers here expect to create a `std.linux.timespec`
(defined in `linux.zig` to have `isize` fields), so the u32 causes errors:

   error: expected type 'isize', found 'u32'
   .nsec = self.atim_nsec,

Make the nsec fields signed for consistency with all the other structs,
with and with `std.linux.timespec`.

Also looks like the comment on `__pad1` was copied from `__pad0`, but it
only applies to `__pad0`.
2025-08-06 22:12:41 -07:00
..
2025-07-16 10:27:39 -07:00
2025-07-16 10:27:39 -07:00
2025-07-16 10:27:39 -07:00
2025-05-06 18:01:07 +02:00
2025-07-16 10:27:39 -07:00
2025-07-16 10:27:40 -07:00
2025-07-16 10:27:39 -07:00
2025-07-16 10:27:39 -07:00
2025-07-16 10:27:39 -07:00
2025-07-16 10:27:39 -07:00
2025-07-16 10:27:39 -07:00
2025-07-16 10:27:39 -07:00
2025-06-18 19:53:50 -07:00
2025-07-16 10:27:39 -07:00
2025-07-16 10:27:39 -07:00
2025-07-16 10:27:39 -07:00
2025-07-16 10:27:39 -07:00