|
@@ -58,13 +58,8 @@ struct kernel_stat64 {
|
|
|
|
|
|
long long st_size;
|
|
|
unsigned long st_blksize;
|
|
|
-#if defined(__ARMEB__)
|
|
|
- unsigned long __pad4; /* future possible st_blocks high bits */
|
|
|
- unsigned long st_blocks; /* Number 512-byte blocks allocated. */
|
|
|
-#else
|
|
|
- unsigned long st_blocks; /* Number 512-byte blocks allocated. */
|
|
|
- unsigned long __pad4; /* future possible st_blocks high bits */
|
|
|
-#endif
|
|
|
+ unsigned long long st_blocks; /* Number 512-byte blocks allocated. */
|
|
|
+
|
|
|
unsigned long st_atime;
|
|
|
unsigned long st_atime_nsec;
|
|
|
unsigned long st_mtime;
|