]> git.karo-electronics.de Git - karo-tx-linux.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)
commit0a5539f66133a02b24f9cc43da5b84b7e6f3f436
tree99b5de954ed38e894ac8b754b246daaeab7964fc
parent228b0324fe61781c8a6939032da644e677f6d01b
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]