aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/bsd.h
blob: 12787118aea2448e7a3dc80b050935d612f810ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#define USE_POSIX_TIME

#if defined(i386)
#define NEED_I386_TAS_ASM
#define HAS_TEST_AND_SET
#endif

#if defined(sparc)
#define NEED_SPARC_TAS_ASM
#define HAS_TEST_AND_SET
#endif

#if defined(ns32k)
#define NEED_NS32k_TAS_ASM
#define HAS_TEST_AND_SET
#endif

#if defined(__m68k__)
#define HAS_TEST_AND_SET
#endif

#if defined(__mips__)
/* #    undef HAS_TEST_AND_SET */
#endif
typedef unsigned char slock_t;