aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/svr4.h
blob: 4d76f28da7165eb8543f1d6d51e27cb68083f9b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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