summaryrefslogtreecommitdiff
path: root/src/include/port/bsdi.h
blob: e5ba051f239b6168c397e6d0e7638a0013600e57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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;

/* This is marked as obsoleted in BSD/OS 4.3. */
#ifndef EAI_ADDRFAMILY
#define  EAI_ADDRFAMILY		1
#endif