mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:07:35 +00:00
LibPthread: Move the pthread and semaphore implementation to LibC
This additionally adds some compatibility code to redirect linking attempts for LibPthread to LibC instead.
This commit is contained in:
parent
e156f79f53
commit
2f3b9c49a5
16 changed files with 11 additions and 159 deletions
|
@ -27,8 +27,10 @@ set(LIBC_SOURCES
|
|||
netdb.cpp
|
||||
poll.cpp
|
||||
priority.cpp
|
||||
pthread_forward.cpp
|
||||
pthread.cpp
|
||||
pthread_cond.cpp
|
||||
pthread_integration.cpp
|
||||
pthread_once.cpp
|
||||
pthread_tls.cpp
|
||||
pty.cpp
|
||||
pwd.cpp
|
||||
|
@ -38,6 +40,7 @@ set(LIBC_SOURCES
|
|||
scanf.cpp
|
||||
sched.cpp
|
||||
search.cpp
|
||||
semaphore.cpp
|
||||
serenity.cpp
|
||||
shadow.cpp
|
||||
signal.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue