third_party_libbpf/include/linux
yonghong-song d5b146fec5
add asm/errno.h to linux/err.h (#8)
Otherwise, we will have the following compilation error:

  /home/yhs/work/bcc-new/src/cc/libbpf/src/bpf_prog_linfo.c:
      In function ‘dissect_jited_func’:
  /home/yhs/work/bcc-new/src/cc/libbpf/src/bpf_prog_linfo.c:88:10:
      error: ‘EINVAL’ undeclared (first use in this function)
    return -EINVAL;

The original linux/err.h at linux:tools/include directory
does include "asm/errno.h" as well.

Signed-off-by: Yonghong Song <yhs@fb.com>
2019-01-16 17:16:50 -08:00
..
err.h add asm/errno.h to linux/err.h (#8) 2019-01-16 17:16:50 -08:00
filter.h bpf: sync with latest bpf-next tree (#5) 2018-11-26 14:32:21 -08:00
kernel.h add a simple Makefile to build and clean up 2018-10-10 09:40:15 -07:00
list.h add a simple Makefile to build and clean up 2018-10-10 09:40:15 -07:00
overflow.h add a simple Makefile to build and clean up 2018-10-10 09:40:15 -07:00
ring_buffer.h bpf: add ring_buffer.h drop in replacement header 2018-10-19 23:14:46 +02:00
types.h add a simple Makefile to build and clean up 2018-10-10 09:40:15 -07:00