mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:47:34 +00:00
LibPthread: Implement semaphore functions
This commit is contained in:
parent
f2ff8f2658
commit
ea6d0aa1d4
4 changed files with 73 additions and 15 deletions
|
@ -1,6 +1,7 @@
|
|||
set(SOURCES
|
||||
pthread.cpp
|
||||
pthread_once.cpp
|
||||
semaphore.cpp
|
||||
)
|
||||
|
||||
serenity_libc(LibPthread pthread)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue