aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/test_autoload.c
diff options
context:
space:
mode:
authorSven Schnelle <[email protected]>2023-01-09 08:54:37 +0100
committerPaul E. McKenney <[email protected]>2023-01-09 09:36:05 -0800
commitfeaf75658783a919410f8c2039dbc24b6a29603d (patch)
tree1cdf5c077f5cfa8af83841447f0f714945429ba1 /tools/testing/selftests/bpf/progs/test_autoload.c
parent1b929c02afd37871d5afb9d498426f83432e71c2 (diff)
nolibc: fix fd_set type
The kernel uses unsigned long for the fd_set bitmap, but nolibc use u32. This works fine on little endian machines, but fails on big endian. Convert to unsigned long to fix this. Signed-off-by: Sven Schnelle <[email protected]> Signed-off-by: Willy Tarreau <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions