summaryrefslogtreecommitdiff
path: root/src/include/port/bsdi.h
blob: 467c74382c685a2087a57b3c8d2815e6c89e6a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#if defined(__i386__) || defined(__x86_64__)
#define NEED_I386_TAS_ASM
typedef unsigned char slock_t;
#endif
#if defined(__ia64)
typedef unsigned int slock_t;
#endif
#if defined(__sparc__)
typedef unsigned char slock_t;
#endif

#define HAS_TEST_AND_SET