diff options
| author | Thomas Weißschuh <linux@weissschuh.net> | 2024-07-25 19:10:44 +0200 |
|---|---|---|
| committer | Thomas Weißschuh <linux@weissschuh.net> | 2024-07-29 07:52:57 +0200 |
| commit | ae1f550efc11eaf1496c431d9c6e784cb49124c5 (patch) | |
| tree | 9ab21df78dd0169349236e1c4871f52d67736d0c /tools/include/nolibc/Makefile | |
| parent | 6ea2987c9a7b6c5f37d08a3eaa664c9ff7467670 (diff) | |
| download | linux-next-ae1f550efc11eaf1496c431d9c6e784cb49124c5.tar.gz linux-next-ae1f550efc11eaf1496c431d9c6e784cb49124c5.zip | |
tools/nolibc: add stdbool.h header
stdbool.h is very simple.
Provide an implementation for the user convenience.
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20240725-nolibc-stdbool-v1-1-a6ee2c80bcde@weissschuh.net
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Diffstat (limited to 'tools/include/nolibc/Makefile')
| -rw-r--r-- | tools/include/nolibc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/include/nolibc/Makefile b/tools/include/nolibc/Makefile index e69c26abe1ea..a1f55fb24bb3 100644 --- a/tools/include/nolibc/Makefile +++ b/tools/include/nolibc/Makefile @@ -35,6 +35,7 @@ all_files := \ stackprotector.h \ std.h \ stdarg.h \ + stdbool.h \ stdint.h \ stdlib.h \ string.h \ |
