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