]> git.ipfire.org Git - thirdparty/glibc.git/commit
elf: Add missing <stddef.h> header to elf/dl-hwcaps.h
authorMatheus Castanho <msc@linux.ibm.com>
Fri, 4 Dec 2020 12:48:56 +0000 (09:48 -0300)
committerMatheus Castanho <msc@linux.ibm.com>
Fri, 4 Dec 2020 12:52:02 +0000 (09:52 -0300)
commit4f4bd9e47ba98ccfeeaa8c600c0b0c8bbabcebb3
tree3a8edf945a2e20e10a992eadc907bab473c02750
parent135ca0a7cd08a9e86e6e0dabe0ef560a4bdac9be
elf: Add missing <stddef.h> header to elf/dl-hwcaps.h

The lack of this header makes size_t unavailable on builds configured
with --disable-tunables, causing compilation errors.
elf/dl-hwcaps.h