Kernel/LibC: Add basic support for pthread_{create,exit}

This commit is contained in:
2025-04-01 23:08:27 +03:00
parent 788f5429e1
commit c1618e2b5d
9 changed files with 178 additions and 10 deletions

View File

@@ -17,6 +17,7 @@ set(LIBC_SOURCES
netdb.cpp
poll.cpp
printf_impl.cpp
pthread.cpp
pwd.cpp
scanf_impl.cpp
setjmp.cpp