uapi: Fix undefined __always_inline on non-glibc systems
This macro is defined by glibc itself, which makes the issue go unnoticed on
those systems. On non-glibc systems it causes build failures on several
utilities and libraries, like bpftool and objtool.
Fixes: b4ec0d4458f8 ("x86/insn: Support big endian cross-compiles")
Fixes: f4c1942e102c ("tools/virtio: more stubs")
Fixes: 32ebc52f76d2 ("selftests/net: ipv6 flowlabel")
Fixes: 42973e1f840c ("selftests/bpf: test bpf flow dissection")
Fixes: c5f4afe38a16 ("bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE")
Fixes: 9d418f46e7c3 ("tools include uapi: Grab a copy of linux/in.h")
Fixes: 0d765741477e ("bpf: btf: add btf print functionality")
Fixes: 298b15fa6fca ("tools, include: Grab a copy of linux/erspan.h")
Fixes: 5c92398f264e ("tools: Add copy of perf_event.h to tools/include/linux/")
Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Link: https://lore.kernel.org/r/20211115134647.1921-1-ismael@iodev.co.uk
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Vasily Gorbik <gor@linux.ibm.com>