diff options
author | Alan Maguire <alan.maguire@oracle.com> | 2024-03-22 09:57:28 +0000 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2024-03-22 10:00:17 -0700 |
commit | 1684d6eb99e480ff653af60e20ff5e7e55e69ccd (patch) | |
tree | 9a1d84164c898b093754a35a9740d3fd0fba6bc5 /tools/include/linux/compiler.h | |
parent | 4c2a26fc80bcb851dc630590f2eec157991eccbf (diff) |
selftests/bpf: Use syscall(SYS_gettid) instead of gettid() wrapper in bench
With glibc 2.28, selftests compilation fails for benchs/bench_trigger.c:
benchs/bench_trigger.c: In function ‘inc_counter’:
benchs/bench_trigger.c:25:23: error: implicit declaration of function ‘gettid’; did you mean ‘getgid’? [-Werror=implicit-function-declaration]
25 | tid = gettid();
| ^~~~~~
| getgid
cc1: all warnings being treated as errors
It appears support for the gettid() wrapper is variable across glibc
versions, so may be safer to use syscall(SYS_gettid) instead.
Fixes: 520fad2e3206 ("selftests/bpf: scale benchmark counting by using per-CPU counters")
Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20240322095728.95671-1-alan.maguire@oracle.com
Diffstat (limited to 'tools/include/linux/compiler.h')
0 files changed, 0 insertions, 0 deletions