Skip to content

Fix compilation on Musl systems

Bart Ribbers requested to merge musl into master

__uid_t and __gid_t are glibcisms and undefined on Musl systems. uid_t and gid_t however are defined and the same thing, so use those instead

Merge request reports