From: Siddhesh Poyarekar Date: Tue, 22 Jun 2021 14:43:40 +0000 (+0530) Subject: malloc: Drop __malloc_initialized from Versions X-Git-Tag: glibc-2.34~260 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a318262bc0081ab83e3f3c90e50462f99148605e;p=thirdparty%2Fglibc.git malloc: Drop __malloc_initialized from Versions __malloc_initialized is mentioned in Versions when it is actually an internal symbol. The resultant binaries are identical. --- diff --git a/malloc/Versions b/malloc/Versions index 6693c46ee23..62e4698a08e 100644 --- a/malloc/Versions +++ b/malloc/Versions @@ -9,7 +9,7 @@ libc { __libc_valloc; __malloc_initialize_hook; __free_hook; __malloc_hook; __realloc_hook; __memalign_hook; __after_morecore_hook; - __malloc_initialized; __default_morecore; __morecore; + __default_morecore; __morecore; # functions used in inline functions or macros _obstack_allocated_p; _obstack_begin; _obstack_begin_1;