aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/bsdi.h
blob: f4865361132a605720c77c20a443b6f22da98403 (plain)
1
2
3
4
5
6
7
8
9
10
#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;