move declaration of interfaces between malloc and ldso to dynlink.h
authorRich Felker <dalias@aerifal.cx>
Wed, 3 Jun 2020 01:38:25 +0000 (21:38 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 3 Jun 2020 01:38:25 +0000 (21:38 -0400)
commitcee88b76f72c826cc3d3360b853a3cf2ec472fd2
treea0003631fe3446d25bc4e8656d33621dbfce268d
parent28be61227c5a84e39ccb63d4021456785b89ce1b
move declaration of interfaces between malloc and ldso to dynlink.h

this eliminates consumers of malloc_impl.h outside of the malloc
implementation.
ldso/dynlink.c
src/internal/dynlink.h
src/internal/malloc_impl.h