mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:07:35 +00:00
LibC: Stub out semaphore.h
This commit is contained in:
parent
7482cb6531
commit
9b69c73dfe
3 changed files with 112 additions and 0 deletions
|
@ -21,6 +21,7 @@ set(LIBC_SOURCES
|
|||
qsort.cpp
|
||||
scanf.cpp
|
||||
sched.cpp
|
||||
semaphore.cpp
|
||||
serenity.cpp
|
||||
setjmp.S
|
||||
signal.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue