diff options
author | Sven Schnelle <svens@linux.ibm.com> | 2023-01-09 08:54:37 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2023-01-09 09:36:05 -0800 |
commit | feaf75658783a919410f8c2039dbc24b6a29603d (patch) | |
tree | 1cdf5c077f5cfa8af83841447f0f714945429ba1 /tools/testing/selftests/net/af_unix/test_unix_oob.c | |
parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (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 <svens@linux.ibm.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/testing/selftests/net/af_unix/test_unix_oob.c')
0 files changed, 0 insertions, 0 deletions