Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testsuite: allow t/src/getpwuid.c to compile against musl
Problem: musl libc doesn't have fgetpwent_r(3), so compilation of t/src/getpwuid.c fails. The program is not multithreaded, so switch to fgetpwent(3) and getpwuid(3).
- Loading branch information