Re: [PATCH 1/4] UAPI: Fix endianness conditionals in linux/aio_abi.h

2013-03-12 Thread Jeff Moyer
Benjamin LaHaise writes: > On Wed, Mar 06, 2013 at 08:47:33PM +, David Howells wrote: >> In the UAPI header files, __BIG_ENDIAN and __LITTLE_ENDIAN must be compared >> against __BYTE_ORDER in preprocessor conditionals where these are exposed to >> userspace (that is they're not inside __KERNE

Re: [PATCH 1/4] UAPI: Fix endianness conditionals in linux/aio_abi.h

2013-03-12 Thread Benjamin LaHaise
On Wed, Mar 06, 2013 at 08:47:33PM +, David Howells wrote: > In the UAPI header files, __BIG_ENDIAN and __LITTLE_ENDIAN must be compared > against __BYTE_ORDER in preprocessor conditionals where these are exposed to > userspace (that is they're not inside __KERNEL__ conditionals). > > However,