Skip to content

Commit

Permalink
cgroup-rstat-flushing: include errno.h issues
Browse files Browse the repository at this point in the history
The build check bots cannot handle include of errno.h.
Trying different approaches.

Signed-off-by: Jesper Dangaard Brouer <[email protected]>
  • Loading branch information
netoptimizer committed Aug 19, 2024
1 parent 1f21ae1 commit 1f2bf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cgroup-rstat-flushing.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <vmlinux.h>
#include <bpf/bpf_tracing.h>
#include "maps.bpf.h"
#include "errno.h"
#include <errno.h>

#define MAX_CGROUP_LEVELS 5

Expand Down

0 comments on commit 1f2bf1e

Please sign in to comment.