Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <linux@weissschuh.net>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Nicolas Schier <nsc@kernel.org>
Tested-by: Nicolas Schier <nsc@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://patch.msgid.link/20260227-kbuild-uapi-libc-v1-9-c17de0d19776@weissschuh.net
Signed-off-by: Nicolas Schier <nsc@kernel.org>

authored by

Thomas Weißschuh and committed by
Nicolas Schier
febb5c81 510c7a57

-14
-7
usr/dummy-include/stdbool.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0-only */ 2 - #ifndef _STDBOOL_H 3 - #define _STDBOOL_H 4 - 5 - #error "Please do not include <stdbool.h> from exported headers" 6 - 7 - #endif /* _STDBOOL_H */
-7
usr/dummy-include/stdlib.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0-only */ 2 - #ifndef _STDLIB_H 3 - #define _STDLIB_H 4 - 5 - #error "Please do not include <stdlib.h> from exported headers" 6 - 7 - #endif /* _STDLIB_H */