mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
10 lines
No EOL
199 B
C
Vendored
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 */ |