blob: 2c6e2b4e71365aad4cc0b37807911f40563c6288 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#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
|