zig/lib/libc/include/aarch64-openbsd-none/machine/mplock.h
Alex Rønne Petersen 1311e997d4
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.
2025-12-05 12:19:07 +01:00

10 lines
No EOL
199 B
C
Vendored

/* $OpenBSD: mplock.h,v 1.3 2018/01/05 17:42:35 kettenis Exp $ */
/* public domain */
#ifndef _MACHINE_MPLOCK_H_
#define _MACHINE_MPLOCK_H_
#define __USE_MI_MPLOCK
#endif /* !_MACHINE_MPLOCK_H */