summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/microblaze/bits/stat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/microblaze/bits/stat.h b/arch/microblaze/bits/stat.h
index bb9314a5..8e920fc8 100644
--- a/arch/microblaze/bits/stat.h
+++ b/arch/microblaze/bits/stat.h
@@ -11,9 +11,10 @@ struct stat
uid_t st_uid;
gid_t st_gid;
dev_t st_rdev;
- int __st_rdev_padding;
+ long long __st_rdev_padding;
off_t st_size;
blksize_t st_blksize;
+ int __st_blksize_padding;
blkcnt_t st_blocks;
struct timespec st_atim;
struct timespec st_mtim;