]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tools/nolibc: don't use asm/ UAPI headers
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 7 Mar 2025 12:43:23 +0000 (13:43 +0100)
committerThomas Weißschuh <linux@weissschuh.net>
Sat, 8 Mar 2025 12:18:27 +0000 (13:18 +0100)
commitbceb73904c855c78402dca94c82915f078f259dd
tree1ecc28abf61f46ed5cb2dd4a61cfe7f3be468b18
parenta782d45c867ca92edc50e54715a71124bec1dd11
tools/nolibc: don't use asm/ UAPI headers

The asm/ and asm-generic/ namespaces are implementation details of the UAPI
headers and not meant for direct usage.

Use the equivalent headers from the linux/ namespace instead.

While at it also drop the duplicate include of linux/signal.h from sys.h.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Link: https://lore.kernel.org/r/20250307-nolibc-asm-headers-v2-1-e2a734f25d22@linutronix.de
tools/include/nolibc/arch-s390.h
tools/include/nolibc/errno.h
tools/include/nolibc/sys.h