third_party_libbpf/include
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
..
linux add asm/errno.h to linux/err.h (#8) 2019-01-16 17:16:50 -08:00
tools initial commit 2018-10-09 21:56:40 -07:00
uapi/linux sync with latest bpf-next (#6) 2019-01-03 12:44:33 -08:00