aboutsummaryrefslogtreecommitdiffstats
path: root/executor
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
parent3f3c557402456696073f79aafa65b4d7fa2b8794 (diff)
sys/netbsd: add minherit(2)
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h2
-rw-r--r--executor/syscalls.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 3500eda7d..c8588b73a 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -135,7 +135,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "51b70eb87003d3d037d34829e3adcf7145b0cf87"
+#define SYZ_REVISION "349aaeb62f14cb232ec4fa613f52453c7c3a19e4"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096
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},