summaryrefslogtreecommitdiff
path: root/Kernel/API/Syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/API/Syscall.h')
-rw-r--r--Kernel/API/Syscall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Kernel/API/Syscall.h b/Kernel/API/Syscall.h
index ede2256168..4a7b7ea6c6 100644
--- a/Kernel/API/Syscall.h
+++ b/Kernel/API/Syscall.h
@@ -198,7 +198,8 @@ namespace Kernel {
S(prctl) \
S(mremap) \
S(set_coredump_metadata) \
- S(abort)
+ S(abort) \
+ S(anon_create)
namespace Syscall {