From 83d9c30252b401daef8f2ab771c7a665218a8bc9 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 25 Oct 2017 18:36:15 +0200 Subject: sys/netbsd: fix mmap signature mmap syscall has 7 arguments (one unused padding) --- executor/syscalls_netbsd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/syscalls_netbsd.h') 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[] = { -- cgit mrf-deployment