| ... | @@ -9438,7 +9438,7 @@ pub const timezone = extern struct { | ... | @@ -9438,7 +9438,7 @@ pub const timezone = extern struct { |
| 9438 | /// The timespec struct used by the kernel. | 9438 | /// The timespec struct used by the kernel. |
| 9439 | pub const kernel_timespec = extern struct { | 9439 | pub const kernel_timespec = extern struct { |
| 9440 | sec: i64, | 9440 | sec: i64, |
| 9441 | nsec: i64, | 9441 | nsec: isize, |
| 9442 | | 9442 | |
| 9443 | /// For use with `utimensat` and `futimens`. | 9443 | /// For use with `utimensat` and `futimens`. |
| 9444 | pub const NOW: timespec = .{ | 9444 | pub const NOW: timespec = .{ |