]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Adjust posix symbols from rtld-elf/malloc.c with the __crt_ prefix.
authorkib <kib@FreeBSD.org>
Tue, 29 Jan 2019 22:40:42 +0000 (22:40 +0000)
committerkib <kib@FreeBSD.org>
Tue, 29 Jan 2019 22:40:42 +0000 (22:40 +0000)
commite50de39a98373c96c138bcacf2b17e4293cc06d9
tree38722c244cf49623bb6e7b54d48a9a3aa7f2bdee
parent1fadd5062ff5b107d254e52d32e9d5bace43d8a9
Adjust posix symbols from rtld-elf/malloc.c with the __crt_ prefix.

This allows to reuse the allocator in other environments that get
malloc(3) and related functions from libc or interposer.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D18988
libexec/rtld-elf/malloc.c
libexec/rtld-elf/rtld.c
libexec/rtld-elf/rtld.h
libexec/rtld-elf/xmalloc.c