projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
599f973
)
fix struct stat size/padding on microblaze
author
Rich Felker
<dalias@aerifal.cx>
Fri, 19 Oct 2012 22:52:14 +0000
(18:52 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Fri, 19 Oct 2012 22:52:14 +0000
(18:52 -0400)
arch/microblaze/bits/stat.h
patch
|
blob
|
history
diff --git
a/arch/microblaze/bits/stat.h
b/arch/microblaze/bits/stat.h
index bb9314a5dc47cb070d5efc84dc34a8c7a8e642ef..8e920fc85515b89ee4a9f4189d2bf0ba739cbecc 100644
(file)
--- 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;