mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 13:18:36 -09:00
This version fixes boolean usage for musl toolchains: Use <stdbool.h> whenever possible to work around musl libc incorrectly defining __bool_true_false_are_defined. Fixes: https://autobuild.buildroot.org/results/5719bb7f5bd709cebc8012341c0b448a8fec3aba/ Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>