mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
Use st_pad5.
This commit is contained in:
parent
6ef46d7cc8
commit
90d3df7387
@ -74,7 +74,7 @@ struct stat
|
|||||||
long int st_pad4;
|
long int st_pad4;
|
||||||
__blkcnt64_t st_blocks; /* Number of 512-byte blocks allocated. */
|
__blkcnt64_t st_blocks; /* Number of 512-byte blocks allocated. */
|
||||||
#endif
|
#endif
|
||||||
long int st_pad4[14];
|
long int st_pad5[14];
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __USE_LARGEFILE64
|
#ifdef __USE_LARGEFILE64
|
||||||
|
Loading…
Reference in New Issue
Block a user