[PATCH 01/30] elf: Include <stdbool.h> in <dl-tunables.h> because bool is used

Tulio Magno Quites Machado Filho tuliom@ascii.art.br
Tue Jun 23 21:06:21 GMT 2020


Florian Weimer via Libc-alpha <libc-alpha@sourceware.org> writes:

> diff --git a/elf/dl-tunables.h b/elf/dl-tunables.h
> index 969e50327b..f05eb50c2f 100644
> --- a/elf/dl-tunables.h
> +++ b/elf/dl-tunables.h
> @@ -21,6 +21,8 @@
>  #ifndef _TUNABLES_H_
>  #define _TUNABLES_H_
>  
> +#include <stdbool.h>
> +

LGTM.

I think patches #1 and #2 should go in regardless of the other patches.

-- 
Tulio Magno


More information about the Libc-alpha mailing list