summaryrefslogtreecommitdiff
path: root/Kernel/Syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Syscall.h')
-rw-r--r--Kernel/Syscall.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Kernel/Syscall.h b/Kernel/Syscall.h
index aa70ab1699..a7db981c4c 100644
--- a/Kernel/Syscall.h
+++ b/Kernel/Syscall.h
@@ -144,7 +144,9 @@ typedef u32 socklen_t;
__ENUMERATE_SYSCALL(module_unload) \
__ENUMERATE_SYSCALL(detach_thread) \
__ENUMERATE_SYSCALL(set_thread_name) \
- __ENUMERATE_SYSCALL(get_thread_name)
+ __ENUMERATE_SYSCALL(get_thread_name) \
+ __ENUMERATE_SYSCALL(madvise) \
+ __ENUMERATE_SYSCALL(purge)
namespace Syscall {