tools/nolibc: fix the O_* fcntl/open macro definitions for riscv
authorWilly Tarreau <w@1wt.eu>
Mon, 9 Jan 2023 07:54:42 +0000 (08:54 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jan 2023 10:48:56 +0000 (11:48 +0100)
commite3bb44beafde10bfd317c4e964d3b83b2e32b0dd
treee1d7cd587859b330e286e85abb923e2294b9805d
parent1e6ec75bb3b522256c86c40b584a3ea7bde7be07
tools/nolibc: fix the O_* fcntl/open macro definitions for riscv

[ Upstream commit 00b18da4089330196906b9fe075c581c17eb726c ]

When RISCV port was imported in 5.2, the O_* macros were taken with
their octal value and written as-is in hex, resulting in the getdents64()
to fail in nolibc-test.

Fixes: 582e84f7b779 ("tool headers nolibc: add RISCV support") #5.2
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/include/nolibc/arch-riscv.h