public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] malloc: Drop __malloc_initialized from Versions
@ 2021-06-22 14:44 Siddhesh Poyarekar
  2021-06-22 16:53 ` Florian Weimer
  0 siblings, 1 reply; 2+ messages in thread
From: Siddhesh Poyarekar @ 2021-06-22 14:44 UTC (permalink / raw)
  To: libc-alpha

__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 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;
-- 
2.31.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [COMMITTED] malloc: Drop __malloc_initialized from Versions
  2021-06-22 14:44 [COMMITTED] malloc: Drop __malloc_initialized from Versions Siddhesh Poyarekar
@ 2021-06-22 16:53 ` Florian Weimer
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Weimer @ 2021-06-22 16:53 UTC (permalink / raw)
  To: Siddhesh Poyarekar via Libc-alpha; +Cc: Siddhesh Poyarekar

* Siddhesh Poyarekar via Libc-alpha:

> __malloc_initialized is mentioned in Versions when it is actually an
> internal symbol.  The resultant binaries are identical.

Okay.  Thanks.

Florian


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-22 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 14:44 [COMMITTED] malloc: Drop __malloc_initialized from Versions Siddhesh Poyarekar
2021-06-22 16:53 ` Florian Weimer

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).