aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/svr4.h
blob: 2c38612c4d864eeb9c0be7d7f98b8833fed220cc (plain)
1
2
3
4
5
6
#ifndef			BYTE_ORDER
#ifdef			MIPSEB
#define			BYTE_ORDER		BIG_ENDIAN
#endif

#endif