]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: Provide a linux/types.h override for bpf selftests.
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 May 2017 19:00:50 +0000 (12:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 May 2017 19:00:50 +0000 (12:00 -0700)
commit209b008fe747ba8ce1edd5441faf0e30bec8e55a
tree99b5de954ed38e894ac8b754b246daaeab7964fc
parentc21df295824093683a8d11bbee49c11be53926f9
bpf: Provide a linux/types.h override for bpf selftests.

We do not want to use the architecture's type.h header when
building BPF programs which are always 64-bit.

Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/bpf/Makefile
tools/testing/selftests/bpf/include/uapi/linux/types.h [new file with mode: 0644]