On vr, 27 sep 2019 11:36:11 +1000, Paul Mackerras wrote: > On Thu, Sep 26, 2019 at 09:20:58AM +0200, Kurt Van Dijck wrote: > > The __P() macro does not exist in libmusl e.g. > > I swicthed magic.{c,h} to using the std-c argument style, which had > > already been used in some functions. > > Right. I was thinking of doing this across the whole tree in fact. -Wmissing-parameter-type will get you through the job :-) Until then, this patch in magic.{h,c} helps me getting things done using musl. Kurt