]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: move syscall() to sys/syscall.h
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Wed, 16 Apr 2025 12:06:22 +0000 (14:06 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Sat, 19 Apr 2025 12:22:26 +0000 (14:22 +0200)
commit0fd55773f47124ee27a1d201bb07649a056c58cc
tree0f63c567fd1c2579bc1a074da1d482c2ca1d4050
parentc6e6c2c4d71035038d0ef07a465190cd35e193e8
tools/nolibc: move syscall() to sys/syscall.h

This is the location regular userspace expects the definition.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250416-nolibc-split-sys-v1-7-a069a3f1d145@linutronix.de
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/Makefile
tools/include/nolibc/nolibc.h
tools/include/nolibc/sys/syscall.h [new file with mode: 0644]
tools/include/nolibc/unistd.h