blob: d5e7f90f72ce61f581fa08c72e4797071f54bb4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef BYTE_ORDER
#ifdef MIPSEB
#define BYTE_ORDER BIG_ENDIAN
#endif
#endif
#ifdef sinix
#define HAS_TEST_AND_SET
#include "abi_mutex.h"
typedef abilock_t slock_t;
#endif
|