_int_realloc is static
commit79969f41a7caf9a503a04b78653db971918afa26
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 7 Jul 2021 09:31:20 +0000 (7 15:01 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 8 Jul 2021 13:17:21 +0000 (8 18:47 +0530)
treef7500128b90be2a3150442efe69cabe6129b943b
parentb8a19968b0ad928772ab282133a9374d135f7438
_int_realloc is static

_int_realloc is correctly declared at the top to be static, but
incorrectly defined without the static keyword.  Fix that.  The
generated binaries have identical code.
malloc/malloc.c