Skip to content
Commit fb479ea5 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

Fix compilation on Musl systems

__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
parent b0e9351e
Pipeline #411918 passed with stage
in 30 minutes and 29 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment