1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:57:35 +00:00

LibPthread+Kernel: Add pthread_kill() and the thread_kill syscall

This commit is contained in:
Ali Mohammad Pur 2021-07-09 06:26:29 +04:30 committed by Andreas Kling
parent ca71d99c66
commit e37f9fa7db
5 changed files with 70 additions and 2 deletions

View file

@ -179,7 +179,8 @@ namespace Kernel {
S(readv) \
S(emuctl) \
S(statvfs) \
S(fstatvfs)
S(fstatvfs) \
S(kill_thread)
namespace Syscall {