mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
LibPthread+Kernel: Add pthread_kill() and the thread_kill syscall
This commit is contained in:
parent
ca71d99c66
commit
e37f9fa7db
Notes:
sideshowbarker
2024-07-18 10:00:22 +09:00
Author: https://github.com/alimpfard
Commit: e37f9fa7db
Pull-request: https://github.com/SerenityOS/serenity/pull/8572
5 changed files with 70 additions and 2 deletions
|
@ -179,7 +179,8 @@ namespace Kernel {
|
|||
S(readv) \
|
||||
S(emuctl) \
|
||||
S(statvfs) \
|
||||
S(fstatvfs)
|
||||
S(fstatvfs) \
|
||||
S(kill_thread)
|
||||
|
||||
namespace Syscall {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue