ClusterLabs/libqb

gnu/lib-names.h header is glibc-specific and doesn't exist on musl systems

ptrcnull opened this issue · 2 comments

as in the title; #include <gnu/lib-names.h> in tests/libstat_wrapper.c should be guarded by an additional defined(__GLIBC__)

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.

Closing this as that include has now been removed