]> git.ipfire.org Git - thirdparty/glibc.git/commit
Remove __morecore and __default_morecore
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 22 Jul 2021 13:07:57 +0000 (18:37 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 22 Jul 2021 13:07:57 +0000 (18:37 +0530)
commit55a4dd39308951da4b0da84b19e415c2bb451b60
treea0c690570b0bcbe7216e9936b06ea01c3b15fe5c
parent57b07bede12635bd6d6aa0e488824bb510bbeca4
Remove __morecore and __default_morecore

Make the __morecore and __default_morecore symbols compat-only and
remove their declarations from the API.  Also, include morecore.c
directly into malloc.c; this should ideally get merged into malloc in
a future cleanup.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
NEWS
include/stdlib.h
malloc/Makefile
malloc/arena.c
malloc/hooks.c
malloc/malloc.c
malloc/malloc.h
malloc/morecore.c