summaryrefslogtreecommitdiff
path: root/Kernel/Syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Syscall.h')
-rw-r--r--Kernel/Syscall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Kernel/Syscall.h b/Kernel/Syscall.h
index f9b3e7384f..5cef651458 100644
--- a/Kernel/Syscall.h
+++ b/Kernel/Syscall.h
@@ -178,7 +178,8 @@ namespace Kernel {
__ENUMERATE_SYSCALL(pledge) \
__ENUMERATE_SYSCALL(unveil) \
__ENUMERATE_SYSCALL(perf_event) \
- __ENUMERATE_SYSCALL(shutdown)
+ __ENUMERATE_SYSCALL(shutdown) \
+ __ENUMERATE_SYSCALL(get_stack_bounds)
namespace Syscall {