Kernel/LibC: Implement sched_yield

This commit is contained in:
2025-04-02 02:44:31 +03:00
parent 5549696c3a
commit 9066e62a97
5 changed files with 17 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ set(LIBC_SOURCES
pthread.cpp
pwd.cpp
scanf_impl.cpp
sched.cpp
setjmp.cpp
signal.cpp
stdio.cpp