fix inconsistency in a_and and a_or argument types on x86[_64]
[musl] / arch / sh / bits / endian.h
1 #if __BIG_ENDIAN__
2 #define __BYTE_ORDER __BIG_ENDIAN
3 #else
4 #define __BYTE_ORDER __LITTLE_ENDIAN
5 #endif