mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-20 00:09:06 +08:00
This replicates kernel upstream setup and brings READ_ONCE() and WRITE_ONCE() macros anywhere where linux/kernel.h is included, which is assumption libbpf code makes. Signed-off-by: Andrii Nakryiko <andrii@kernel.org>