aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/bsdi.h
blob: cef69b8dc54635f966db94f32952ce8dc2310ccd (plain)
1
2
3
4
5
6
7
8
9
#if defined(__i386__)
#define NEED_I386_TAS_ASM
#endif
#if defined(__sparc__)
#define NEED_SPARC_TAS_ASM
#endif
#define USE_POSIX_TIME
#define HAS_TEST_AND_SET
typedef unsigned char slock_t;