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

LibC: Implement support for getspnam() and friends

This commit is contained in:
Gunnar Beutner 2021-05-01 11:43:38 +02:00 committed by Andreas Kling
parent ce77caf479
commit 302f9798ee
7 changed files with 356 additions and 61 deletions

View file

@ -29,6 +29,7 @@ set(LIBC_SOURCES
scanf.cpp
sched.cpp
serenity.cpp
shadow.cpp
signal.cpp
spawn.cpp
stat.cpp