Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361297
b: refs/heads/master
c: 415586c
h: refs/heads/master
i:
  361295: f7a3e94
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Mar 13, 2013
1 parent e525260 commit 47eb157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ca044f9a9ed492f0f7e52df999c10ca6f7cfc5c0
refs/heads/master: 415586c9e6d35ca116af714d7d0bea9c9f998ce5
4 changes: 2 additions & 2 deletions trunk/arch/m32r/include/uapi/asm/stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ struct stat64 {
long long st_size;
unsigned long st_blksize;

#if defined(__BIG_ENDIAN)
#if defined(__BYTE_ORDER) ? __BYTE_ORDER == __BIG_ENDIAN : defined(__BIG_ENDIAN)
unsigned long __pad4; /* future possible st_blocks high bits */
unsigned long st_blocks; /* Number 512-byte blocks allocated. */
#elif defined(__LITTLE_ENDIAN)
#elif defined(__BYTE_ORDER) ? __BYTE_ORDER == __LITTLE_ENDIAN : defined(__LITTLE_ENDIAN)
unsigned long st_blocks; /* Number 512-byte blocks allocated. */
unsigned long __pad4; /* future possible st_blocks high bits */
#else
Expand Down

0 comments on commit 47eb157

Please sign in to comment.