| author | |
| committer | |
| log | 2aec35525d6eaa5d3d47a1c46d41d911571a6932 |
| tree | bae56be9806c1aaf0caafba25aeb7adff1974a2d |
| parent | 88b95794881a58540693f3f9dd2f1978b3506e2a |
| signature |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/os/bits/linux/mipsel.zig+1| ... | ... | @@ -484,6 +484,7 @@ pub const Stat = extern struct { |
| 484 | 484 | blksize: blksize_t, |
| 485 | 485 | __pad3: [1]u32, |
| 486 | 486 | blocks: blkcnt_t, |
| 487 | __pad4: [14]usize, | |
| 487 | 488 | |
| 488 | 489 | pub fn atime(self: Stat) timespec { |
| 489 | 490 | return self.atim; |