aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 3d3b40663..bf68d080e 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -15623,6 +15623,7 @@ const call_t syscalls[] = {
{"dup", 41},
{"dup2", 90},
{"execve", 59},
+ {"exit", 1},
{"faccessat", 462},
{"fchdir", 13},
{"fchmod", 124},
@@ -15705,6 +15706,7 @@ const call_t syscalls[] = {
{"pipe2", 453},
{"poll", 209},
{"preadv", 289},
+ {"ptrace", 26},
{"pwritev", 290},
{"read", 3},
{"readlink", 58},