linux/tools
Björn Töpel 878a4d3281 libbpf: fixed build error for samples/bpf/
Commit 8a138aed4a ("bpf: btf: Add BTF support to libbpf") did not
include stdbool.h, so GCC complained when building samples/bpf/.

In file included from /home/btopel/src/ext/linux/samples/bpf/libbpf.h:6:0,
                 from /home/btopel/src/ext/linux/samples/bpf/test_lru_dist.c:24:
/home/btopel/src/ext/linux/tools/lib/bpf/bpf.h:105:4: error: unknown type name ‘bool’; did you mean ‘_Bool’?
    bool do_log);
    ^~~~
    _Bool

Signed-off-by: Björn Töpel <bjorn.topel@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-04-20 10:12:19 +02:00
..
accounting
arch arch: remove obsolete architecture ports 2018-04-02 20:20:12 -07:00
bpf tools: bpftool: make it easier to feed hex bytes to bpftool 2018-04-18 14:49:27 +02:00
build
cgroup
firewire
gpio Linux 4.16-rc5 2018-03-18 17:48:59 +01:00
hv
iio
include bpf: btf: Sync bpf.h and btf.h to tools/ 2018-04-19 21:46:25 +02:00
kvm/kvm_stat tools/kvm_stat: Remove unused function 2018-03-28 22:47:06 +02:00
laptop
leds
lib libbpf: fixed build error for samples/bpf/ 2018-04-20 10:12:19 +02:00
memory-model
nfsd
objtool objtool: Add Clang support 2018-03-27 08:21:29 +02:00
pci
pcmcia
perf arch: remove obsolete architecture ports 2018-04-02 20:20:12 -07:00
power Power management updates for 4.17-rc1 2018-04-03 10:45:39 -07:00
scripts arch: remove tile port 2018-03-16 10:56:03 +01:00
spi
testing bpf: btf: Add BTF tests 2018-04-19 21:47:42 +02:00
thermal/tmon tools/thermal: tmon: fix for segfault 2018-03-27 09:51:23 +02:00
time
usb usbip: tools: usbipd: exclude exported devices from exportable device list 2018-03-22 13:08:20 +01:00
virtio ptr_ring: fix build 2018-03-20 03:17:37 +02:00
vm
wmi
Makefile