mipsel: fix padding on stat struct

master
Andrew Kelley 2019-10-17 13:20:30 -04:00
parent 88b9579488
commit 2aec35525d
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 1 additions and 0 deletions

View File

@ -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;