fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE
[musl] / arch / microblaze / bits / endian.h
1 #if __MICROBLAZEEL__
2 #define __BYTE_ORDER __LITTLE_ENDIAN
3 #else
4 #define __BYTE_ORDER __BIG_ENDIAN
5 #endif