Skip to content

everywhere: use stdlib.h for malloc(3) definition, not GNU-specific malloc.h

Ariadne Conill requested to merge ariadne/apk-tools:chore/posix-malloc-h into master

musl implements support for malloc.h, but it is only a stub. we do not use any of the GNU-specific malloc interfaces, so just use POSIX stdlib.h instead.

ref #10794 (closed)

Merge request reports