On 03/02/2024 16:49, Michael Orlitzky wrote:
> This file uses malloc() but does not include stdlib.h directly. With
> glibc, that apparently works out just fine... but with musl, it leads
> to implicit declaration warnings/errors, most likely because musl does
> not include stdlib.h transitively via any of the other headers used by
> this file.
[...]
Applied, thanks!
John-Mark.
No comments:
Post a Comment