aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/BSD44_derived.h
blob: e89c0094170c9d97e04f499ed0011be04e8e25f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#  define USE_POSIX_TIME
#  if defined(i386)
#    define NEED_I386_TAS_ASM
#  endif
#  if defined(sparc)
#    define NEED_SPARC_TAS_ASM
#  endif
#  if defined(ns32k)
#    define NEED_NS32k_TAS_ASM
#  endif
#  define HAS_TEST_AND_SET
#  if defined(__mips__)
/* #    undef HAS_TEST_AND_SET */
#  endif
   typedef unsigned char slock_t;