From 40cb0c9aa6126f2fc180ce627d868742f645434c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 16 Jul 2018 17:39:58 +0200 Subject: sys/akaros: fix signatures of file syscalls Most of them differ and accept path length and/or pid. --- executor/syscalls_akaros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor') diff --git a/executor/syscalls_akaros.h b/executor/syscalls_akaros.h index 7520e61b4..27f54e10e 100644 --- a/executor/syscalls_akaros.h +++ b/executor/syscalls_akaros.h @@ -2,7 +2,7 @@ #if defined(__x86_64__) || 0 #define GOARCH "amd64" -#define SYZ_REVISION "687c84c69215ebd90b47978898d8133e3aa86cbe" +#define SYZ_REVISION "a10d041f1676f50456445d56c1fb505d7b8d5cef" #define SYZ_EXECUTOR_USES_FORK_SERVER true #define SYZ_EXECUTOR_USES_SHMEM false #define SYZ_PAGE_SIZE 4096 -- cgit mrf-deployment