summaryrefslogtreecommitdiff
path: root/lib/libc_r/arch/sparc/_spinlock.h
blob: 87b8e5485e38fe2d62c65641de88eb80329b502e (plain)
1
2
3
4
5
6
/*	$OpenBSD: _spinlock.h,v 1.1 1998/12/21 07:37:01 d Exp $	*/

#define _SPINLOCK_UNLOCKED	(0)
#define _SPINLOCK_LOCKED	(1)
typedef int _spinlock_lock_t;