mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
619775c3cf
This program does not use argp (which is a glibcism). Instead include <errno.h> directly, which was pulled in by <argp.h>. Signed-off-by: Leah Neukirchen <leah@vuxu.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Song Liu <songliubraving@fb.com> Link: https://lore.kernel.org/bpf/20201216100306.30942-1-leah@vuxu.org Signed-off-by: Alexei Starovoitov <ast@kernel.org> |
||
---|---|---|
.. | ||
.gitignore | ||
bpf_preload_common.h | ||
iterators.bpf.c | ||
iterators.c | ||
iterators.skel.h | ||
Makefile | ||
README |
WARNING: If you change "iterators.bpf.c" do "make -j" in this directory to rebuild "iterators.skel.h". Make sure to have clang 10 installed. See Documentation/bpf/bpf_devel_QA.rst