Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18551
b: refs/heads/master
c: c155fc9
h: refs/heads/master
i:
  18549: 1a0819f
  18547: af0b57c
  18543: a31af7d
v: v3
  • Loading branch information
Nicolas Pitre authored and Russell King committed Jan 14, 2006
1 parent faf21ed commit 1db6e15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f2829a31573e3e502b874c8d69a765f7a778793
refs/heads/master: c155fc95befc95f4a9d6497f5fadec22f4bc3a24
11 changes: 2 additions & 9 deletions trunk/include/asm-arm/stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,7 @@ struct stat64 {

long long st_size;
unsigned long st_blksize;

#if defined(__ARMEB__)
unsigned long __pad4; /* Future possible st_blocks hi bits */
unsigned long st_blocks; /* Number 512-byte blocks allocated. */
#else /* Must be little */
unsigned long st_blocks; /* Number 512-byte blocks allocated. */
unsigned long __pad4; /* Future possible st_blocks hi bits */
#endif
unsigned long long st_blocks; /* Number 512-byte blocks allocated. */

unsigned long st_atime;
unsigned long st_atime_nsec;
Expand All @@ -89,6 +82,6 @@ struct stat64 {
unsigned long st_ctime_nsec;

unsigned long long st_ino;
} __attribute__((packed));
};

#endif

0 comments on commit 1db6e15

Please sign in to comment.