public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] malloc: Drop __malloc_initialized from Versions
@ 2021-06-22 14:52 Siddhesh Poyarekar
  0 siblings, 0 replies; only message in thread
From: Siddhesh Poyarekar @ 2021-06-22 14:52 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a318262bc0081ab83e3f3c90e50462f99148605e

commit a318262bc0081ab83e3f3c90e50462f99148605e
Author: Siddhesh Poyarekar <siddhesh@sourceware.org>
Date:   Tue Jun 22 20:13:40 2021 +0530

    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:
---
 malloc/Versions | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/malloc/Versions b/malloc/Versions
index 6693c46ee2..62e4698a08 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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-22 14:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 14:52 [glibc] malloc: Drop __malloc_initialized from Versions Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).