]> git.proxmox.com Git - wasi-libc.git/blame - libc-top-half/musl/arch/mips/bits/endian.h
Update to musl 1.1.24.
[wasi-libc.git] / libc-top-half / musl / arch / mips / bits / endian.h
CommitLineData
320054e8
DG
1#if _MIPSEL || __MIPSEL || __MIPSEL__
2#define __BYTE_ORDER __LITTLE_ENDIAN
3#else
4#define __BYTE_ORDER __BIG_ENDIAN
5#endif