aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorR3x <siddharth.muralee@gmail.com>2019-06-26 06:58:48 +0000
committerDmitry Vyukov <dvyukov@google.com>2019-06-26 11:18:16 +0200
commitc0d1d69763c1595166d593a26fa6e1764c2df830 (patch)
tree61f6985a334bb455b84de31c1e7b6ddb21588441 /executor/syscalls.h
parent0a8d1a965a65f2d6cc93d1180443f5ad658919b1 (diff)
sys/netbsd: Add new syscalls exit and ptrace
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},