Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361294
b: refs/heads/master
c: 51b154e
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Mar 13, 2013
1 parent 9345a07 commit d2859c6
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: 97da55fcec6e3898f50010a6847dfa64f7c085e6
refs/heads/master: 51b154ed5289682364b830858a4a1ca47fcd04e7
4 changes: 2 additions & 2 deletions trunk/include/uapi/linux/aio_abi.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ struct io_event {
__s64 res2; /* secondary result */
};

#if defined(__LITTLE_ENDIAN)
#if defined(__BYTE_ORDER) ? __BYTE_ORDER == __LITTLE_ENDIAN : defined(__LITTLE_ENDIAN)
#define PADDED(x,y) x, y
#elif defined(__BIG_ENDIAN)
#elif defined(__BYTE_ORDER) ? __BYTE_ORDER == __BIG_ENDIAN : defined(__BIG_ENDIAN)
#define PADDED(x,y) y, x
#else
#error edit for your odd byteorder.
Expand Down

0 comments on commit d2859c6

Please sign in to comment.