mirror of
https://github.com/fluencelabs/musl
synced 2025-06-12 22:41:37 +00:00
this change is both to fix one of the remaining type (and thus C++ ABI) mismatches with glibc/LSB and to allow use of the full range of uid and gid values, if so desired. passwd/group access functions were not prepared to deal with unsigned values, so they too have been fixed with this commit.