1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 04:57:45 +00:00

LibC: Stub out semaphore.h

This commit is contained in:
AnotherTest 2021-02-11 21:55:35 +03:30 committed by Andreas Kling
parent 7482cb6531
commit 9b69c73dfe
3 changed files with 112 additions and 0 deletions

View file

@ -21,6 +21,7 @@ set(LIBC_SOURCES
qsort.cpp
scanf.cpp
sched.cpp
semaphore.cpp
serenity.cpp
setjmp.S
signal.cpp