blob: bb6cbb801efbf668d41127c8182e78e21db9d6d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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;
|