X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fstdbool.h;h=a9d7ab787839727b5fada461710a265afd1dff27;hb=c5f4b2dfea320356f69445dc1adf8f73596a3c36;hp=3d8fbf2a04b864629960fe69ad3c8c223b561042;hpb=0b44a0315b47dd8eced9f3b7f31580cf14bbfc01;p=musl diff --git a/include/stdbool.h b/include/stdbool.h index 3d8fbf2a..a9d7ab78 100644 --- a/include/stdbool.h +++ b/include/stdbool.h @@ -5,9 +5,10 @@ #define true 1 #define false 0 - -typedef _Bool bool; +#define bool _Bool #endif +#define __bool_true_false_are_defined 1 + #endif