summaryrefslogtreecommitdiff
path: root/src/include/port/bsdi.h
blob: 022c41dbd6a769b64827067faa655ef6d05ec6ba (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;