Revert "selftests/bpf: Fix C++ compile error from missing _Bool type"
This reverts commit 7ad019ce09
.
This commit is contained in:
parent
94c89017e5
commit
6685fa274f
1 changed files with 0 additions and 4 deletions
|
@ -3,10 +3,6 @@
|
|||
#include <bpf/libbpf.h>
|
||||
#include <bpf/bpf.h>
|
||||
#include <bpf/btf.h>
|
||||
|
||||
#ifndef _Bool
|
||||
#define _Bool bool
|
||||
#endif
|
||||
#include "test_core_extern.skel.h"
|
||||
|
||||
/* do nothing, just make sure we can link successfully */
|
||||
|
|
Loading…
Add table
Reference in a new issue