Skip to content

Commit

Permalink
libbpf-tools: remove unnecessary header include from syscount.bpf.c
Browse files Browse the repository at this point in the history
It causes build failure on my system due to trying to include GCC-specific
header. It doesn't seem to be necessary, though, so remove it.

Signed-off-by: Andrii Nakryiko <[email protected]>
  • Loading branch information
anakryiko authored and yonghong-song committed Jun 21, 2020
1 parent e41f7a3 commit 05f3f86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libbpf-tools/syscount.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include <bpf/bpf_helpers.h>
#include <bpf/bpf_tracing.h>
#include <bpf/bpf_core_read.h>
#include <string.h>
#include "syscount.h"

const volatile bool count_by_process = false;
Expand Down

0 comments on commit 05f3f86

Please sign in to comment.