From: Thomas Weißschuh Date: Fri, 27 Feb 2026 06:38:07 +0000 (+0100) Subject: kbuild: uapi: remove now unneeded guard headers X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=febb5c81fa8df999e24877f6226f8cba9f06ce6a;p=thirdparty%2Fkernel%2Fstable.git kbuild: uapi: remove now unneeded guard headers The test compilation does not allow usage of the toolchain headers anymore, so these dummy headers are not needed anymore. Signed-off-by: Thomas Weißschuh Reviewed-by: Nathan Chancellor Reviewed-by: Nicolas Schier Tested-by: Nicolas Schier Acked-by: Arnd Bergmann Link: https://patch.msgid.link/20260227-kbuild-uapi-libc-v1-9-c17de0d19776@weissschuh.net Signed-off-by: Nicolas Schier --- diff --git a/usr/dummy-include/stdbool.h b/usr/dummy-include/stdbool.h deleted file mode 100644 index 54ff9e9c90ac..000000000000 --- a/usr/dummy-include/stdbool.h +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -#ifndef _STDBOOL_H -#define _STDBOOL_H - -#error "Please do not include from exported headers" - -#endif /* _STDBOOL_H */ diff --git a/usr/dummy-include/stdlib.h b/usr/dummy-include/stdlib.h deleted file mode 100644 index e8c21888e371..000000000000 --- a/usr/dummy-include/stdlib.h +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-only */ -#ifndef _STDLIB_H -#define _STDLIB_H - -#error "Please do not include from exported headers" - -#endif /* _STDLIB_H */