From a318262bc0081ab83e3f3c90e50462f99148605e Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 22 Jun 2021 20:13:40 +0530 Subject: malloc: Drop __malloc_initialized from Versions __malloc_initialized is mentioned in Versions when it is actually an internal symbol. The resultant binaries are identical. --- malloc/Versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/malloc/Versions b/malloc/Versions index 6693c46..62e4698 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; -- cgit v1.1