aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-07-16 17:39:58 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-07-16 17:39:58 +0200
commit40cb0c9aa6126f2fc180ce627d868742f645434c (patch)
treec05d832a4415bb633a34e252ae3aecc7327fc861 /executor
parentbad4246bf2c72fa97640fbf3cf5c092b5173f581 (diff)
sys/akaros: fix signatures of file syscalls
Most of them differ and accept path length and/or pid.
Diffstat (limited to 'executor')
-rw-r--r--executor/syscalls_akaros.h2
1 files changed, 1 insertions, 1 deletions
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