tools/nolibc: use pselect6 on RISCV
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Feb 2022 16:23:13 +0000 (17:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jan 2023 10:48:55 +0000 (11:48 +0100)
commit1792136f228e45421489825ef07d212d5a60a706
treeab7442c519481653ceea0fa0567cd43d06bd9e52
parent487386a49e01a9d7d28d6a52fe6ec095af1ef789
tools/nolibc: use pselect6 on RISCV

[ Upstream commit 9c2970fbb425cca0256ecf0f96490e4f253fda24 ]

This arch doesn't provide the old-style select() syscall, we have to
use pselect6().

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Stable-dep-of: 184177c3d6e0 ("tools/nolibc: restore mips branch ordering in the _start block")
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/include/nolibc/nolibc.h