blob: a460c825c63aba2b26b1658e76bfc6fa3bc247ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#define USE_POSIX_TIME
#define NO_EMPTY_STMTS
#define SYSV_DIRENT
#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
|