mirror of
git://git.musl-libc.org/musl
synced 2025-01-04 21:50:02 +00:00
83933573af
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies.
6 lines
122 B
C
6 lines
122 B
C
#if _MIPSEL || __MIPSEL || __MIPSEL__
|
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|
|
#else
|
|
#define __BYTE_ORDER __BIG_ENDIAN
|
|
#endif
|