mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
mipsel: fix padding on stat struct
This commit is contained in:
parent
88b9579488
commit
2aec35525d
@ -484,6 +484,7 @@ pub const Stat = extern struct {
|
||||
blksize: blksize_t,
|
||||
__pad3: [1]u32,
|
||||
blocks: blkcnt_t,
|
||||
__pad4: [14]usize,
|
||||
|
||||
pub fn atime(self: Stat) timespec {
|
||||
return self.atim;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user