diff options
Diffstat (limited to 'Kernel/API/Syscall.h')
-rw-r--r-- | Kernel/API/Syscall.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Kernel/API/Syscall.h b/Kernel/API/Syscall.h index 36c28c2611..88854ef726 100644 --- a/Kernel/API/Syscall.h +++ b/Kernel/API/Syscall.h @@ -179,7 +179,8 @@ namespace Kernel { S(readv) \ S(emuctl) \ S(statvfs) \ - S(fstatvfs) + S(fstatvfs) \ + S(kill_thread) namespace Syscall { |