Browse Source

Sync kernel_stat64 with kernel. Thanks to Daniel Jacobowitz for hints.

Khem Raj 18 years ago
parent
commit
8e3683e96a
1 changed files with 2 additions and 7 deletions
  1. 2 7
      libc/sysdeps/linux/arm/bits/kernel_stat.h

+ 2 - 7
libc/sysdeps/linux/arm/bits/kernel_stat.h

@@ -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;