[PATCH 0/4] tools/nolibc: cleanups for syscall fallbacks

From: Thomas Weißschuh
Date: Thu Sep 14 2023 - 12:02:16 EST


Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
---
Thomas Weißschuh (4):
selftests/nolibc: allow building i386 with multiarch compiler
tools/nolibc: avoid unused parameter warnings for ENOSYS fallbacks
tools/nolibc: don't define new syscall number
tools/nolibc: automatically detect necessity to use pselect6

tools/include/nolibc/arch-aarch64.h | 3 ---
tools/include/nolibc/arch-loongarch.h | 4 +---
tools/include/nolibc/arch-riscv.h | 3 ---
tools/include/nolibc/sys.h | 42 ++++++++++++++++++++++++++++-----
tools/testing/selftests/nolibc/Makefile | 1 +
5 files changed, 38 insertions(+), 15 deletions(-)
---
base-commit: 3f79a57865b33f49fdae6655510bd27c8e6610e0
change-id: 20230914-nolibc-syscall-nr-9a5f544c8494

Best regards,
--
Thomas Weißschuh <linux@xxxxxxxxxxxxxx>