gnu/lib-names.h header is glibc-specific and doesn't exist on musl systems
ptrcnull opened this issue · 2 comments
ptrcnull commented
as in the title; #include <gnu/lib-names.h>
in tests/libstat_wrapper.c should be guarded by an additional defined(__GLIBC__)
chrissie-c commented
I imagine it will need more than that TBH. If you're not running glibc then the symbols that are overridden might be wrong too. I think the best thing in that circumstance is just to not run that test. We don't have a musl system in our CI to check against AFAIK.
chrissie-c commented
Closing this as that include has now been removed