aboutsummaryrefslogtreecommitdiffstats
path: root/executor/defs.h
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@basename.se>2018-12-06 17:50:05 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-12-07 09:45:14 +0100
commit8bff832f4890bfc7d18d8bad3259aad938858610 (patch)
treeb8974e7c8e536e5994aa76a6b73ba9001e801e63 /executor/defs.h
parentdcf836b12d34be9fd7766104dfea168b76b4212e (diff)
sys/openbsd: correct semctl syscall number
Diffstat (limited to 'executor/defs.h')
-rw-r--r--executor/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 8f8523515..847171302 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -130,7 +130,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "c2110f93ae48e34a74b88b9a72075b7a376f55cb"
+#define SYZ_REVISION "96c86956ff53b5ef15c41b9dec76cb43a2dcef15"
#define SYZ_EXECUTOR_USES_FORK_SERVER 1
#define SYZ_EXECUTOR_USES_SHMEM 1
#define SYZ_PAGE_SIZE 4096