| author | |
| committer | |
| log | af88310caf86b1b1e84d9f0764af522b402241b2 |
| tree | 18eb368716b288e06bc187a55ad3b7b371bbbe4e |
| parent | 787a2c9d7a5fd0f6aaa10a406cda5bd2f4eb33a7 |
| signature |
Only kernel_timespec.sec should be unconditionally i64.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/os/linux.zig+1-1| ... | ... | @@ -9438,7 +9438,7 @@ pub const timezone = extern struct { |
| 9438 | 9438 | /// The timespec struct used by the kernel. |
| 9439 | 9439 | pub const kernel_timespec = extern struct { |
| 9440 | 9440 | sec: i64, |
| 9441 | nsec: i64, | |
| 9441 | nsec: isize, | |
| 9442 | 9442 | |
| 9443 | 9443 | /// For use with `utimensat` and `futimens`. |
| 9444 | 9444 | pub const NOW: timespec = .{ |