mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 19:47:08 +03:00
66d97267c7
This excludes all headers in /usr/include/dev because that directory is bonkers huge (18M). We can add these on an as-needed basis.
10 lines
202 B
C
Vendored
10 lines
202 B
C
Vendored
/* $OpenBSD: atomic.h,v 1.3 2011/03/23 16:54:36 pirofti Exp $ */
|
|
|
|
/* Public Domain */
|
|
|
|
#ifndef _MACHINE_ATOMIC_H_
|
|
#define _MACHINE_ATOMIC_H_
|
|
|
|
#include <powerpc/atomic.h>
|
|
|
|
#endif /* _MACHINE_ATOMIC_H_ */ |