Files
Alex Rønne Petersen 66d97267c7 libc: add openbsd 7.8 headers
This excludes all headers in /usr/include/dev because that directory is bonkers
huge (18M). We can add these on an as-needed basis.
2026-01-05 14:52:48 +01:00

11 lines
275 B
C
Vendored

/* $OpenBSD: spinlock.h,v 1.5 2017/09/05 02:40:54 guenther Exp $ */
/* Public domain */
#ifndef _MIPS64_SPINLOCK_H_
#define _MIPS64_SPINLOCK_H_
#define _ATOMIC_LOCK_UNLOCKED (0)
#define _ATOMIC_LOCK_LOCKED (1)
typedef int _atomic_lock_t;
#endif /* !_MIPS64_SPINLOCK_H_ */