[PATCH 01/30] elf: Include <stdbool.h> in <dl-tunables.h> because bool is used
Florian Weimer
fweimer@redhat.com
Wed Jun 24 09:03:00 GMT 2020
* Tulio Magno Quites Machado Filho:
> 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.
Thanks.
> I think patches #1 and #2 should go in regardless of the other patches.
Yes, I think the ld.so --help stuff is independently useful.
Florian
More information about the Libc-alpha
mailing list