]> git.baikalelectronics.ru Git - kernel.git/commit
libbpf: fix missing __WORDSIZE definition
authorAndrii Nakryiko <andriin@fb.com>
Thu, 18 Jul 2019 17:30:21 +0000 (10:30 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 29 Jul 2019 13:18:08 +0000 (10:18 -0300)
commit47420f5ca2ee3db157c8b3a509d3eb06c2b7bda7
treef51cf6680b72bfc55b91126ea05639aa854caad3
parent04a2b91e01779859b49538860e8b1fbf03be5e73
libbpf: fix missing __WORDSIZE definition

hashmap.h depends on __WORDSIZE being defined. It is defined by
glibc/musl in different headers. It's an explicit goal for musl to be
"non-detectable" at compilation time, so instead include glibc header if
glibc is explicitly detected and fall back to musl header otherwise.

Reported-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Alexei Starovoitov <ast@fb.com>
Cc: Andrii Nakryiko <andrii.nakryiko@gmail.com>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Fixes: efdc6bf14995 ("libbpf: add resizable non-thread safe internal hashmap")
Link: https://lkml.kernel.org/r/20190718173021.2418606-1-andriin@fb.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/bpf/hashmap.h