Remove weak declaration of free from <inline-hashtab.h>
authorFlorian Weimer <fweimer@redhat.com>
Sat, 8 Feb 2020 15:15:09 +0000 (16:15 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Sat, 15 Feb 2020 10:01:20 +0000 (11:01 +0100)
commit2efa52c880d46ee89523c8ed8102ceeb02043926
tree3af8d32d36da8f3fdd7d5a95569710af539ebca9
parentc76147afe917ef7d309ee893f8f017a3c2934aac
Remove weak declaration of free from <inline-hashtab.h>

elf/dl-minimal.c provides a definition of free, so the function
pointer is always non-null, even before the final relocation
of the loader.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
include/inline-hashtab.h