From 5d9a39247f5b730bf729d8c85b2c3e8469dd72a7 Mon Sep 17 00:00:00 2001 From: Marco Vanotti Date: Tue, 20 Nov 2018 18:56:01 -0800 Subject: sys/fuchsia: update fidl mappings. This commit is just a run of make extract + make generate with an up to date fuchsia tree. This commit only updates the fidl definitions, there are some other syscalls that had changed and need to be manually updated (that will come in a future commit). --- executor/defs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'executor/defs.h') diff --git a/executor/defs.h b/executor/defs.h index 754651aa6..d402015a5 100644 --- a/executor/defs.h +++ b/executor/defs.h @@ -35,7 +35,7 @@ #if GOARCH_amd64 #define GOARCH "amd64" -#define SYZ_REVISION "10918eaa4696a9df4961ecf0e72042e805e814f6" +#define SYZ_REVISION "e041d30459ccafba3164bdcadc41bd573fff973e" #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 "0921e5c7c43e273ab8675658a8ff52a08f56e244" +#define SYZ_REVISION "675d49c5342ae2300c2f2d45d826af5790a2ad4a" #define SYZ_EXECUTOR_USES_FORK_SERVER 0 #define SYZ_EXECUTOR_USES_SHMEM 0 #define SYZ_PAGE_SIZE 4096 -- cgit mrf-deployment