aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
authorDokyung Song <dokyungs@google.com>2018-08-20 10:20:53 -0700
committerDmitry Vyukov <dvyukov@google.com>2018-08-24 20:01:29 -0700
commit1d9f787ea6eaac5e9241311064cfd30b4721e53f (patch)
tree412f36569e7d47257a9bb37bd6bda292d62b22e6 /executor
parent307deaee5e23e4585d4b408ebcf329b9dc8ebdb4 (diff)
sys/fuchsia: Remove read_status from zx_channel_call args, and reflect zx_time_t type change (unsigned -> signed)
Diffstat (limited to 'executor')
-rw-r--r--executor/defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/executor/defs.h b/executor/defs.h
index 225c05684..f9d04fb7c 100644
--- a/executor/defs.h
+++ b/executor/defs.h
@@ -35,7 +35,7 @@
#if GOARCH_amd64
#define GOARCH "amd64"
-#define SYZ_REVISION "114c7d6e28d1a44e909486857853e4815ed65cc7"
+#define SYZ_REVISION "cf2902b6067cbbaa36372cc19276bcbc8bd3de35"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096
@@ -45,7 +45,7 @@
#if GOARCH_arm64
#define GOARCH "arm64"
-#define SYZ_REVISION "929254142d4d1b19b2c36bb2a9097b4ac0b6c532"
+#define SYZ_REVISION "07da0ab97436eaad2a8ddb94b77e27cbdd8212da"
#define SYZ_EXECUTOR_USES_FORK_SERVER 0
#define SYZ_EXECUTOR_USES_SHMEM 0
#define SYZ_PAGE_SIZE 4096