aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls.h
diff options
context:
space:
mode:
authorais2397@gmail.com <ais2397@gmail.com>2020-04-16 07:54:13 +0530
committerDmitry Vyukov <dvyukov@google.com>2020-04-16 07:02:15 +0200
commitc743fcb3e035c2b3404c3e70222b8acf1a30928f (patch)
treef18cc8a2629cc14371bcab80810da9036bec0f7f /executor/syscalls.h
parent3f3c557402456696073f79aafa65b4d7fa2b8794 (diff)
sys/netbsd: add minherit(2)
Diffstat (limited to 'executor/syscalls.h')
-rw-r--r--executor/syscalls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/syscalls.h b/executor/syscalls.h
index 7ecaf02be..ef27242a4 100644
--- a/executor/syscalls.h
+++ b/executor/syscalls.h
@@ -21999,6 +21999,7 @@ const call_t syscalls[] = {
{"lstat", 441},
{"madvise", 75},
{"mincore", 78},
+ {"minherit", 273},
{"mkdir", 136},
{"mkdirat", 461},
{"mknod", 450},