svn commit: trunk/uClibc/libc/sysdeps/linux/arm/bits

kraj at uclibc.org kraj at uclibc.org
Thu Mar 8 18:11:34 UTC 2007


Author: kraj
Date: 2007-03-08 10:11:34 -0800 (Thu, 08 Mar 2007)
New Revision: 18042

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


Modified:
   trunk/uClibc/libc/sysdeps/linux/arm/bits/kernel_stat.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/arm/bits/kernel_stat.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/arm/bits/kernel_stat.h	2007-03-08 18:00:42 UTC (rev 18041)
+++ trunk/uClibc/libc/sysdeps/linux/arm/bits/kernel_stat.h	2007-03-08 18:11:34 UTC (rev 18042)
@@ -58,13 +58,8 @@
 
 	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;




More information about the uClibc-cvs mailing list