提交 dde325d7 编写于 作者: R Rich Felker

fix struct stat size/padding on microblaze

上级 599f9736
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册