1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:07:35 +00:00

LibC: Implement getgrgid_r() and getgrnam_r()

We currently don't have those 2 functions so let's add them
This commit is contained in:
hanaa12G 2023-12-24 16:26:11 +07:00 committed by Andrew Kaster
parent 3dfd8defa9
commit 3c52c25515
4 changed files with 125 additions and 0 deletions

View file

@ -5,6 +5,7 @@ set(TEST_SOURCES
TestEnvironment.cpp
TestIo.cpp
TestLibCExec.cpp
TestLibCGrp.cpp
TestLibCDirEnt.cpp
TestLibCInodeWatcher.cpp
TestLibCMkTemp.cpp