aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls_netbsd.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-10-25 18:36:15 +0200
committerDmitry Vyukov <dvyukov@google.com>2017-10-25 18:36:49 +0200
commit83d9c30252b401daef8f2ab771c7a665218a8bc9 (patch)
treeb3774fad07bee2e5b0633ec3488fe3b6daeed946 /executor/syscalls_netbsd.h
parentbc5423304f0adea0d3fc99f31b390a1cc3133cb0 (diff)
sys/netbsd: fix mmap signature
mmap syscall has 7 arguments (one unused padding)
Diffstat (limited to 'executor/syscalls_netbsd.h')
-rw-r--r--executor/syscalls_netbsd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/syscalls_netbsd.h b/executor/syscalls_netbsd.h
index b9f469e78..9b289bb6c 100644
--- a/executor/syscalls_netbsd.h
+++ b/executor/syscalls_netbsd.h
@@ -2,7 +2,7 @@
#if defined(__x86_64__) || 0
#define GOARCH "amd64"
-#define SYZ_REVISION "afbcea24bf5398f333788540f821f68b9e6fbe66"
+#define SYZ_REVISION "2720f43fa507fee4cdf71db3cc7418897f7b14fb"
unsigned syscall_count = 43;
call_t syscalls[] = {