aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/bsdi.h
blob: 3a2aa59d096556bd96492f7577fe64ae5d100ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#if defined(__i386__)
#define NEED_I386_TAS_ASM
#endif
#if defined(__sparc__)
#define NEED_SPARC_TAS_ASM
#endif

#define HAS_TEST_AND_SET

typedef unsigned char slock_t;