aboutsummaryrefslogtreecommitdiffstats
path: root/executor/syscalls_fuchsia.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-12-31 14:58:00 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-01-06 17:40:36 +0100
commit8e6b9eeb2711705b01229614891c4150c7df261a (patch)
treed25c322d2013b2e5d88fea4c83fff5fe60334cf8 /executor/syscalls_fuchsia.h
parentbb0359b914863d1c662a775b4159834e0fa697ce (diff)
pkg/compiler: add bitsize type
This is need for few crypto/xfrm descriptions.
Diffstat (limited to 'executor/syscalls_fuchsia.h')
-rw-r--r--executor/syscalls_fuchsia.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/syscalls_fuchsia.h b/executor/syscalls_fuchsia.h
index fb04855de..d77762b80 100644
--- a/executor/syscalls_fuchsia.h
+++ b/executor/syscalls_fuchsia.h
@@ -2,7 +2,7 @@
#if defined(__x86_64__) || 0
#define GOARCH "amd64"
-#define SYZ_REVISION "5a8e70818b54cb32826aacef1b4b176d34b5c768"
+#define SYZ_REVISION "d1a74d40e02771f6399a374679034682c8ecbdc3"
#define __NR_syz_future_time 1000000
#define __NR_syz_job_default 1000001
#define __NR_syz_mmap 1000002
@@ -182,7 +182,7 @@ call_t syscalls[] = {
#if defined(__aarch64__) || 0
#define GOARCH "arm64"
-#define SYZ_REVISION "181d2b70232bd5b7de2d6d08ad038157ec35803f"
+#define SYZ_REVISION "9de829ecfc5d04c9695768a74a20b0e66d818650"
#define __NR_syz_future_time 1000000
#define __NR_syz_job_default 1000001
#define __NR_syz_mmap 1000002