commit | 50adbc208f3c38646cc65f4071b5a51d3b9b6681 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jan 08 17:40:31 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jan 08 17:51:30 2023 +0100 |
tree | 01c6b2b29fb3c2aa7100d33a36b4b35cac3ffd38 | |
parent | 2d9d569b84328693571bf2bb72c7793643660c53 [diff] |
tools/nolibc: fix the O_* fcntl/open macro definitions for riscv 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>