mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-18 23:39:06 +08:00
Libbpf relies on F_DUPFD_CLOEXEC constant coming from fcntl.h UAPI header, so we need to sync it along other UAPI headers. Also update sync script to keep doing this automatically going forward. Reported-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org>