diff options
| author | Marco Vanotti <mvanotti@google.com> | 2018-11-20 18:56:01 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-11-21 05:40:21 +0100 |
| commit | 5d9a39247f5b730bf729d8c85b2c3e8469dd72a7 (patch) | |
| tree | 6189193a79bdfdd9d926ff826f02a310fd89bcd9 /executor/defs.h | |
| parent | 5a0d6e039dc1a8bdf3e14650f0eb106e0196e178 (diff) | |
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).
Diffstat (limited to 'executor/defs.h')
| -rw-r--r-- | executor/defs.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
