blob: 67646898d547a8ea9014a653f065b2518908ea8c (
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
|