1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 08:31:00 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
524baa29e8 LibC+Tests: Simplify getpwuid_r() and getpwnam_r() and add tests
These functions are now implemented in terms of getpwent_r() which
allows us to remove two FIXMEs about global variable shenanigans.

I'm also adding tests for both APIs. :^)
2022-11-19 11:11:13 +01:00