From dde325d7b3ff6332dc0c24e29f8827b1b16bdd92 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 19 Oct 2012 18:52:14 -0400 Subject: fix struct stat size/padding on microblaze --- arch/microblaze/bits/stat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/microblaze') 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; -- cgit v1.2.1