summaryrefslogtreecommitdiff
path: root/Kernel/Syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Syscall.h')
-rw-r--r--Kernel/Syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/Syscall.h b/Kernel/Syscall.h
index bdf5dc7fcb..f4e3255957 100644
--- a/Kernel/Syscall.h
+++ b/Kernel/Syscall.h
@@ -85,6 +85,7 @@
__ENUMERATE_SYSCALL(chown) \
__ENUMERATE_SYSCALL(fchmod) \
__ENUMERATE_SYSCALL(symlink) \
+ __ENUMERATE_SYSCALL(restore_signal_mask) \
namespace Syscall {