Kernel/LibC: Add bareboness signals

You can now call raise() to raise a signal. Signal handlers are
not yet supported, but the handling works :)
This commit is contained in:
2023-07-21 15:45:02 +03:00
parent faf4220b38
commit dcd4d0daeb
14 changed files with 126 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ set(LIBC_SOURCES
fcntl.cpp
printf_impl.cpp
pwd.cpp
signal.cpp
stdio.cpp
stdlib.cpp
string.cpp