]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/nolibc: rename the internal macros used in syscall()
authorThomas Weißschuh <linux@weissschuh.net>
Sun, 5 Apr 2026 09:06:23 +0000 (11:06 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Tue, 7 Apr 2026 07:26:57 +0000 (09:26 +0200)
commit3f5059f01de1aca30e7f793da0a0b5bf2740cb7a
treecb0642f15e69fa627304cdc399e44ee292f6c6cc
parent08b96aa962209de015de6c4a51e8cadbd1b21d0a
tools/nolibc: rename the internal macros used in syscall()

These macros are the internal implementation of syscall().
They can not be used by users. Align them with the standard naming
scheme for internal symbols.

The current name also prevents the addition of an application-usable
_syscall() symbol.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://patch.msgid.link/20260405-nolibc-syscall-v1-1-e5b12bc63211@weissschuh.net
tools/include/nolibc/sys/syscall.h